Skip to content

Commit

Permalink
Update jira-issue-transfer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slokie-so authored May 28, 2024
1 parent 1955e24 commit 11b9e64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/jira-issue-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
summary: ${{ github.event.issue.title }}
description: "Github Issue Link: ${{ github.event.issue.html_url}} \r\n ${{ github.event.issue.body }}"
fields: '{"labels":["GitHubReport"]}'
JIRA_TICKET: ${{ steps.bug.outputs.issue }}

- name: Jira Create Enhancement
id: enhancement
if: contains(github.event.issue.labels.*.name, 'ticketed', 'enhancement')
Expand All @@ -51,9 +51,8 @@ jobs:
summary: ${{ github.event.issue.title }}
description: "Github Issue Link: ${{ github.event.issue.html_url}} \r\n ${{ github.event.issue.body }}"
fields: '{"labels":["GitHubReport"]}'
JIRA_TICKET: ${{ steps.enhancement.outputs.issue }}

- name: Read Ticket Number
id: Ticket
run: echo "$JIRA_TICKET"
echo "Ticket Number: ${{ steps.enhancement.outputs.issue }} ${{ steps.bug.outputs.issue }}"

0 comments on commit 11b9e64

Please sign in to comment.