We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a63ed commit c48be1eCopy full SHA for c48be1e
.github/workflows/create_jira.yml
@@ -31,7 +31,11 @@ jobs:
31
description: |
32
Github Link: ${{ github.event.issue.html_url }}
33
${{ github.event.issue.body }}
34
- fields: '{"customfield_10002": "LIBMOBILE-793"}'
+ # Parent and Epic Link fields (set to same)
35
+ fields: '{
36
+ "parent": {"key": "LIBMOBILE-793"},
37
+ "customfield_10002": "LIBMOBILE-793"
38
+ }'
39
40
- name: Log created issue
41
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
0 commit comments