Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .github/workflows/jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,20 @@ jobs:
project-key: MCP
summary: "HELP: GitHub Issue n. ${{ github.event.issue.number }}"
issuetype: Bug

description: "This ticket tracks the following GitHub issue: ${{ github.event.issue.html_url }}."
extra-data: |
{
"fields": {
"customfield_12751": [
{
"id": "22223"
},
{
"id": "27326"
}
]
}
}
- name: Show result
run: |
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"
Expand Down
Loading