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 d2d935e commit cfc606dCopy full SHA for cfc606d
.github/workflows/jira-issue.yml
@@ -88,14 +88,14 @@ jobs:
88
89
- name: Find JIRA ticket by GitHub issue number
90
id: find_jira
91
- uses: mongodb/apix-action/find-jira@v1
+ uses: mongodb/apix-action/find-jira@v13
92
with:
93
token: ${{ secrets.JIRA_API_TOKEN }}
94
jql: "project = MCP AND description ~ '${{ github.event.issue.html_url }}'"
95
96
- name: Close JIRA ticket
97
if: steps.find_jira.outputs.found == 'true'
98
- uses: mongodb/apix-action/transition-jira@v1
+ uses: mongodb/apix-action/transition-jira@v13
99
id: close_jira_ticket
100
continue-on-error: true
101
0 commit comments