Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL documentation on development property.

John Chesshir
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 4, 2019

When writing a JQL query, I tried "development is not empty", which didn't work, but gave me a great message, "The 'development' field requires a subscript and a property name, e.g. Development[pullrequests].all. Available subscripts are: pullrequests, commits, reviews, builds, deployments, branches."

I also found a suggestion to use development like this:

development[commits].all > 0

This certainly does yield a lot of results.  Unfortunately, it gives too many, so I need to be able to refine my search better.

So a couple of questions: Most importantly, where can I find more comprehensive documentation on querying by the development field set?

Second and more specifically, how can I query to find commits linked to a certain git repository?

2 answers

2 accepted

0 votes
Answer accepted
Mikael Sandberg
Community Champion
October 4, 2019

Hi @John Chesshir,

Welcome to the Atlassian Community.

You can find more information about searching the development fields here, Advanced searching - development fields reference. Currently you cannot search for commits linked to a specific repository, that information is not stored in those fields. You would have to use the Bitbucket REST API to get that information out. 

0 votes
Answer accepted
Avinash Bhagawati {Appfire}
Community Champion
October 4, 2019

Hi @John Chesshir ,

Please find below documentation on on Advance searching - development reference.

https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-development-fields-reference-973491363.html

Thanks,

Avinash

Suggest an answer

Log in or Sign up to answer