Skip to content

Commit ce60529

Browse files
committed
chore: add assigned teams and description
1 parent 63e794e commit ce60529

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/jira-issue.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,20 @@ 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+
"customfield_12751": [
36+
{
37+
"id": "22223"
38+
},
39+
{
40+
"id": "27326"
41+
}
42+
]
43+
}
44+
}
3245
- name: Show result
3346
run: |
3447
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"

0 commit comments

Comments
 (0)