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

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. 

Suggest an answer

Log in or Sign up to answer