Skip to content

Commit a47da40

Browse files
SNOW-135600 added link to GH issue to Jiras created for them (#189)
1 parent a01677a commit a47da40

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/actions/gajira-create/action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = class {
6161
providedFields.push({
6262
key: 'assignee',
6363
value: {
64-
name: argv.assignee
64+
id: argv.assignee
6565
}
6666
})
6767
}

.github/actions/gajira-create/dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/jira_issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
PROJECT: SNOW
2222
TYPE: Bug
2323
AREA: "Data Platform: Ecosystem"
24-
ASSIGNEE: triage-data_platform_drivers_cli-dl
24+
ASSIGNEE: "5d56d115ba0a060da220202b"
2525
SUMMARY: "{{ event.issue.title }}"
26-
DESCRIPTION: "{{ event.issue.body }}\n\n_Created from GitHub Action_"
26+
DESCRIPTION: "{{ event.issue.body }}\n\n_Created from GitHub Action_ for {{ event.issue.html_url }}"
2727
- name: update issue
2828
uses: ./.github/actions/gajira-issue-update
2929
env:

0 commit comments

Comments
 (0)