I was using the query to make sure which issues were commited and pull request done, so I can make sure which ones are ready to be sent to QA enviroments.
Even though all issues still have the Development information from bitbucket, the JQL query is not returning any results. Is there any issue or change in latest Jira update?
Thanks!
I have been replied from Jira support, find below the new queries to be used for the Development information in JQL:
You can try the structure described above with the ">0" or "=0" comparation.
ie: development[pullrequests].all > 0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ricard, thanks also. I had this issue and what you have posted resolved it for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wasn't able to use these in JIRA Server v7.2.2, but I ran across this and very excited to see this in Jira Server. https://confluence.atlassian.com/jirasoftware/jira-software-7-9-x-release-notes-946034808.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do I use it in JQL search ? When I try it I get an error:
Field 'development' does not exist or you do not have permission to view it.
I have JIRA server 7.3.8
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
RVal, did you find a solution? I am having the same problem as you are and couldn't find a way to work this out yet :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Loren, no it did not work for me. May be it is not available in Jira 7
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@J.M., search for development[pullrequests].all > 0 AND NOT development[pullrequests].open > 0
This will not exclude declined pull requests tho.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this works on Server version? or on cloud only?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want only merged pull request you can write:
development[pullrequests].merged > 0
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.
Where can I find documentation regarding Development information in JQL? I've been searching unsuccessfully.
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.
I too am seeing this issue. This was working as of a couple days ago but is no longer returning any results. I've been using this query to narrow down the tickerts that are tied to code changes for months, the query is correct.
I get {"keys":[]} (an empty) response when I hit the api for the same data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does anyone know why this filed "development" is not available in Jira Cloud? and are there any other fields to access the same information provided by "development" for Jira Cloud?
I would like to have a JQL query to filter all the issues that has a branch that belongs to a particular version. With this filter I plan to use a webhook to triger a deployment on BitBucket Cloud.
Thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For Jira Software Server you can find the full list of available development fields here - https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-fields-reference-939938743.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, the documentation and the system behaviour aren't the same.
We are integrated to Github in Jira Cloud. An issue could have more than one associated PR and could have a mix of PRs that merged, open, declined, etc. These appear correctly in the development section of the issue itself and the data's there in the development object over the API.
But when I use development[pullrequests].merged in JQL, it's not recognised; I'm told to use 'For "development[pullrequests]" use "development[pullrequests].all" or "development[pullrequests].open"' neither of which (individually or in combination) achieve what I need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Geoff Goodhew the documentation above is for Jira Software Server, not Jira Cloud. The list of supported statuses of pull requests is bigger in Jira Server.
Here is the doc for Jira Cloud - https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-developer-reference-967312910.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like the documentation has moved to https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-development-fields-reference-973491363.html for server. The functionality supported by 7.11, seems to be a subset of what is stated in the documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does anyone have any ideas what is missing?
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you pl. help me with how to search who committed code? I tried function issue.property[development].Author in (kshah) but It is not showing me result.
It would be much helpful, if we get this solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you manage to find an answer ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you checked that the issues have the properties you're looking at?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure! I was using this JQL query before! issues still have the Development information in (# commits, # PR's , # Merges ...).
BTW I use bitbucket integration to the Development section.
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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.