mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Jira - GH Sync Updates
updating fields for jira move/sync
This commit is contained in:
8
.github/workflows/jira-sync.yml
vendored
8
.github/workflows/jira-sync.yml
vendored
@@ -35,9 +35,13 @@ jobs:
|
||||
issuetype: "${{ steps.set-ticket-type.outputs.TYPE }}"
|
||||
summary: "${{ github.event.repository.name }} [${{ steps.set-ticket-type.outputs.TYPE }} #${{ github.event.issue.number }}]: ${{ github.event.issue.title }}"
|
||||
description: "${{ github.event.issue.body || github.event.pull_request.body }}\n\n_Created in GitHub by ${{ github.actor }}._"
|
||||
# customfield_10089 is "Issue Link", customfield_10371 is "Source" (use JIRA API to retrieve), customerfield_10091 is "Team (R&D)
|
||||
# customfield_10089 is "Issue Link"
|
||||
# customfield_10371 is "Source" (use JIRA API to retrieve)
|
||||
# customerfield_10091 is "Team (R&D)
|
||||
# customfield_10001 is Team (jira default teams?)
|
||||
extraFields: '{ "customfield_10089": "${{ github.event.issue.html_url || github.event.pull_request.html_url }}",
|
||||
"Team[Team]": "72e166fb-d26c-4a61-b0de-7a290d91708f",
|
||||
"customfield_10001": "72e166fb-d26c-4a61-b0de-7a290d91708f",
|
||||
"components": [{ "name": "nomad" }],
|
||||
"labels": ["community", "GitHub"] }'
|
||||
env:
|
||||
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
|
||||
|
||||
Reference in New Issue
Block a user