diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index 039e6d75..e0163a9e 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -63,7 +63,7 @@ jobs: description: "${{ github.event.issue.body }}\n\n_Created from GitHub by ${{ github.actor }}._" # The field customfield_10089 refers to the Issue Link field in JIRA. fields: '{ "customfield_10089": "${{ github.event.issue.html_url }}", - "components": [{ "name": "OSS" }], + "components": [{ "name": "Core" }], "labels": ${{ steps.set-ticket-labels.outputs.labels }} }' - name: Add tracking comment if: steps.create-ticket.outputs.issue != '' && steps.set-ticket-type.outputs.type != 'Invalid'