You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using post-pull-request-checks-automation, if you have multiple pull requests for a Jira issue, the one completing first will transition it, making the other one fail with something like:
Please specify transition name or transition id.
Possible transitions:
{ id: 201, name: Reopen } transitions issue to 'To Do' status.
Failed to transition issue.
See e.g. here. The step should not fail in such cases, and just do nothing if the issue is already in the target state.
github-actionsbot
changed the title
Don't fail Jira resolve/Done transition if it already happened
Don't fail Jira resolve/Done transition if it already happened (OSOE-489)
Dec 2, 2022
When using
post-pull-request-checks-automation
, if you have multiple pull requests for a Jira issue, the one completing first will transition it, making the other one fail with something like:See e.g. here. The step should not fail in such cases, and just do nothing if the issue is already in the target state.
Jira issue
The text was updated successfully, but these errors were encountered: