Query on Jira filters?

Renosh Thomas December 21, 2017

we have Bitbucket integrated to Jira and already we ave a section for Development and it has the pull request information. Can I query Jira tickets based on values in Pull request (My intenstion is to get all the Jira tickets which has a code commit to a particular release branch in Bit bucket)

1 answer

0 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 21, 2017

Officially the answer is no, you cannot search on the Development section. There is a request to have this added, check out BSERV-4048. Also check out this thread, https://community.atlassian.com/t5/Jira-questions/Query-Jira-for-Issues-with-Stash-Pull-Request/qaq-p/219179, you could use issue.property[development] to query some of it, but not which branch is involved.

I created a web server that extracts the information using the REST API in Bitbucket, and it allows me to search specific target branches.

Suggest an answer

Log in or Sign up to answer