We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e794e commit 6742938Copy full SHA for 6742938
.github/workflows/jira-issue.yml
@@ -28,7 +28,21 @@ jobs:
28
project-key: MCP
29
summary: "HELP: GitHub Issue n. ${{ github.event.issue.number }}"
30
issuetype: Bug
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
46
- name: Show result
47
run: |
48
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"
0 commit comments