diff --git a/.github/workflows/jira-issue.yml b/.github/workflows/jira-issue.yml index 5b84ed92..8e02b396 100644 --- a/.github/workflows/jira-issue.yml +++ b/.github/workflows/jira-issue.yml @@ -28,7 +28,21 @@ 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": { + # Assigned teams custom field. IDs includes the two owning teams. + "customfield_12751": [ + { + "id": "22223" + }, + { + "id": "27326" + } + ] + } + } - name: Show result run: | echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"