We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79226d7 commit 4a0600bCopy full SHA for 4a0600b
.github/workflows/jira.yml
@@ -26,3 +26,8 @@ jobs:
26
PR: ${{ github.event.pull_request.html_url }}
27
28
fields: "${{ secrets.JIRA_FIELDS }}"
29
+ - name: Transition issue
30
+ uses: atlassian/gajira-transition@v3
31
+ with:
32
+ issue: ${{ steps.create.outputs.issue }}
33
+ transition: ${{ secrets.JIRA_TRANSITION }}
0 commit comments