Skip to content

Commit 6742938

Browse files
authored
chore: add assigned teams and description (#392)
1 parent 63e794e commit 6742938

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/jira-issue.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,21 @@ jobs:
2828
project-key: MCP
2929
summary: "HELP: GitHub Issue n. ${{ github.event.issue.number }}"
3030
issuetype: Bug
31-
31+
description: "This ticket tracks the following GitHub issue: ${{ github.event.issue.html_url }}."
32+
extra-data: |
33+
{
34+
"fields": {
35+
# Assigned teams custom field. IDs includes the two owning teams.
36+
"customfield_12751": [
37+
{
38+
"id": "22223"
39+
},
40+
{
41+
"id": "27326"
42+
}
43+
]
44+
}
45+
}
3246
- name: Show result
3347
run: |
3448
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"

0 commit comments

Comments
 (0)