File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -19,23 +19,18 @@ jobs:
19
19
JIRA_BASE_URL : ${{ secrets.JIRA_BASE_URL }}
20
20
JIRA_USER_EMAIL : ${{ secrets.JIRA_USER_EMAIL }}
21
21
JIRA_API_TOKEN : ${{ secrets.JIRA_TOKEN }}
22
-
23
22
- name : Create
24
23
id : create
25
24
uses : atlassian/gajira-create@master
26
25
with :
27
- project : LIBRARIES
26
+ project : ${{ secrets.JIRA_PROJECT }}
28
27
issuetype : Bug
29
28
summary : |
30
29
[${{ github.event.repository.name }}] (${{ github.event.issue.number }}): ${{ github.event.issue.title }}
31
30
description : |
32
31
Github Link: ${{ github.event.issue.html_url }}
33
32
${{ github.event.issue.body }}
34
- # Parent and Epic Link fields (set to same)
35
- fields : ' {
36
- "parent": {"key": "LIBRARIES-1963"},
37
- "customfield_10002": "LIBRARIES-1963"
38
- }'
39
-
33
+ fields : ' {"parent": {"key": "${{ secrets.JIRA_EPIC_KEY }}"}}'
34
+
40
35
- name : Log created issue
41
36
run : echo "Issue ${{ steps.create.outputs.issue }} was created"
You can’t perform that action at this time.
0 commit comments