I want to populate the list of PRs which are merged to the main repo on Jira Dashboard, however I'm unable to get the end result.
Steps I followed so far:
- I've created the JQL query with development[pullrequests].all to bring up the entire list of PRs raised. This filter shows me both Under Review and Merged PRs. For some reason development[pullrequests].merged does not work
- These merged PRs are the ones which are merged to the local repo. The actual PRs which are raised to the official repo are mentioned in the comments section.
Questions:
- What steps can I follow to bring the list of PRs which are raised to the official repo?
- How to integrate Github to jira to know if the PRs raised to main repo are merged or declined?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.