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 f0aadf3 commit 63d023dCopy full SHA for 63d023d
.github/workflows/jira_close.yml
@@ -58,13 +58,13 @@ jobs:
58
59
- name: Transition to In Progress (if needed)
60
if: steps.get_status.outputs.jira_status == 'Open'
61
- uses: atlassian/gajira-transition@v2
+ uses: atlassian/gajira-transition@v3
62
with:
63
issue: ${{ steps.extract_key.outputs.jira_key }}
64
transition: "Start"
65
66
- name: Transition to Done
67
68
69
70
transition: "Done"
0 commit comments