Skip to content

Commit

Permalink
Managed by Terraform: Update jira.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Feb 29, 2024
1 parent 7710fbc commit 0348575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0348575

Please sign in to comment.