Background
Our jira repo (cloud) is integrated with github.
When a PR is pushed, the information is available at ticket level (see screenshot)
Goal
We would like to filter by tickets that have PRs associated.
We would like to create some automation for tickets that have PRs associated
Failed attempts
We tried
development[pullrequests].all>1
development[commits].all>1
but it does not work. (from support tickets here)
Question
How can we access the PR / development information per ticket in JIRA?
Hi @mariana
Welcome to the community,Your question is how to access development information per ticket in JIRA right.
Here is the Answer,
If you open the Jira ticket under Apps (below the issue summary) you can see Git Development if you click on that you can see the Pull Request and Branches information,i have attached image for your reference
development[pullrequests].all>1
development[commits].all>1
Jira Doesn't support JQL with Development Filters because development and PR are not indexed for use in standard JQL filters in JiraCloud
Hope this helps
Hello @mariana ,
Welcome to the Atlassian community !
You can require to have an automation to update the details of the required information into a read-only customfield. (you may need to have an customfield).
using Automation, you can update that customfield via https://support.atlassian.com/cloud-automation/docs/jira-smart-values-development/
You need to have smart value based on above link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.