Skip to content

Commit 74b98a6

Browse files
committed
updating fields for jira move/sync
1 parent c7cb49f commit 74b98a6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/jira-sync.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ jobs:
3535
issuetype: "${{ steps.set-ticket-type.outputs.TYPE }}"
3636
summary: "${{ github.event.repository.name }} [${{ steps.set-ticket-type.outputs.TYPE }} #${{ github.event.issue.number }}]: ${{ github.event.issue.title }}"
3737
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?)
3942
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" }],
4145
"labels": ["community", "GitHub"] }'
4246
env:
4347
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}

0 commit comments

Comments
 (0)