Skip to content

Commit c48be1e

Browse files
committed
chore: added parent field
1 parent 94a63ed commit c48be1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/create_jira.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ jobs:
3131
description: |
3232
Github Link: ${{ github.event.issue.html_url }}
3333
${{ github.event.issue.body }}
34-
fields: '{"customfield_10002": "LIBMOBILE-793"}'
34+
# Parent and Epic Link fields (set to same)
35+
fields: '{
36+
"parent": {"key": "LIBMOBILE-793"},
37+
"customfield_10002": "LIBMOBILE-793"
38+
}'
3539

3640
- name: Log created issue
3741
run: echo "Issue ${{ steps.create.outputs.issue }} was created"

0 commit comments

Comments
 (0)