File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 35
35
issuetype : " ${{ steps.set-ticket-type.outputs.TYPE }}"
36
36
summary : " ${{ github.event.repository.name }} [${{ steps.set-ticket-type.outputs.TYPE }} #${{ github.event.issue.number }}]: ${{ github.event.issue.title }}"
37
37
description : " ${{ github.event.issue.body || github.event.pull_request.body }}\n\n _Created in GitHub by ${{ github.actor }}._"
38
- # customfield_10089 is "Issue Link", customfield_10371 is "Source" (use JIRA API to retrieve), customerfield_10091 is "Team (R&D)
38
+ # customfield_10089 is "Issue Link"
39
+ # customfield_10371 is "Source" (use JIRA API to retrieve)
40
+ # customerfield_10091 is "Team (R&D)
41
+ # customfield_10001 is Team (jira default teams?)
39
42
extraFields : ' { "customfield_10089": "${{ github.event.issue.html_url || github.event.pull_request.html_url }}",
40
- "Team[Team]": "72e166fb-d26c-4a61-b0de-7a290d91708f",
43
+ "customfield_10001": "72e166fb-d26c-4a61-b0de-7a290d91708f",
44
+ "components": [{ "name": "nomad" }],
41
45
"labels": ["community", "GitHub"] }'
42
46
env :
43
47
JIRA_BASE_URL : ${{ secrets.JIRA_BASE_URL }}
You can’t perform that action at this time.
0 commit comments