The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

jira development field is not available

aedu
Contributor
September 20, 2019

when i'm trying to query something from the development stuff i got the following error:
JQL query:
project = ABC AND development[pullrequests].open > 0

error-message:
Field 'development' does not exist or you do not have permission to view it.

i'm logged in as jira administrator, so there should be no permission-restriction.

we are running jira server 8.2.2

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
aedu
Contributor
September 20, 2019

during further investigation i recognized, that field named "devstatus.customfield.development.name" has the correct behavior... but why this is labeled like this? 

Kevin Carlson
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!
September 16, 2020

@aedu Can you share a full example of what you got to work? I am trying 

"devstatus.customfield.development[pullrequests].all" > 0

"devstatus.customfield.development.pullrequests.all" > 0

and both result in the error "devstatus.customfield.development[pullrequests].all does not exist or you do not have permission to view it"

 

I also tried the original syntax "development[pullrequests].all" > 0 with no success.