Hello,
I am trying to create a JQL which filters on the branch, using the development information.
My JIRA instance is connected to bitbucket and I see development information inside the JIRAs.
According to this doc: Advanced searching - development fields reference | Jira Software Data Center and Server 8.18 | Atlassian Documentation, I should be able to search on branches using `development[branches].all`.
However, when I put it in the query, I receive this error:
Available properties are "development[pullrequests]", "development[commits]", "development[reviews]" and "development[builds]"
here is the JQL:
development[branches].all = 'release'
Could it be that this feature has not been released yet?
The link you gave is for Server, but you appear to be using Cloud.
This link will tell you more about advanced searching in cloud, but it may be that you cannot search as required.
Hope that helps,
Liam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.