We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If there is a done and in review transitions if will set the first one that it finds without giving preference to the in review status.
This ends up in setting issue to the wrong workflow state (done instead of in review).
The text was updated successfully, but these errors were encountered:
fix(Jira): infer in review state correctly
0c8a657
* Split in review and done regex so done doesn't get picked if there is a review state but done comes first. Closes #29.
fix(Jira): infer in review state correctly (#31)
da1fbcf
No branches or pull requests
If there is a done and in review transitions if will set the first one that it finds without giving preference to the in review status.
This ends up in setting issue to the wrong workflow state (done instead of in review).
The text was updated successfully, but these errors were encountered: