-
Suggestion
-
Resolution: Unresolved
-
None
Problem Definition
Some users would like to implement a custom merge check that prevents a merge when the linked Jira issue is not in the correct status. They would also like the merge check to be evaluated when the status of the linked Jira issue changes.
The on-merge trigger can be used, which is invoked when someone tries to merge a PR. But some users would like to know ahead of time whether the PR is good to merge based on the Jira ticket's status.
Suggested Solution
Add a custom merge check trigger based on the PR's linked Jira issues' status
Thanks for opening this ticket, tboudale .
For the use cases I have in mind (see question here) I would need not just the issue status, but other issue triggers such as field values changing, similar to what Jira automations has for triggers.