We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f11572d + e482b0a commit 41e9974Copy full SHA for 41e9974
.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