we use smart commits to tag the commit with the jira issue key. jira correctly identifies which commits are associated with which issues.
When a pull request is created for the branch containing those commits JIRA displays it (sometimes)
So my question is. Given two issues, both with commits known by jira, and both with an open PR, why does jira know about one PR but not the other?
what variables affect JIRA's ability to associate the PR with the issue? As it does for some and not others.
This causes warnings in the jira release section for done issues, saying they have not been approved in a PR
My goal is to have JIRA correctly identify the PR's associated with each issue.