JQL based on issue status properties

JoséF February 7, 2020

I'm trying to make a JQL filter to hide issues that are in a status that have a specific property value. 

 

More specific, we have some workflows that the final status have the property jira.issue.editable=false, and because of some integrations that we are making, we want to exclude this issues in a JQL. 

 

Can any one help?  

 

 

1 answer

0 votes
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2020

Hi @JoséF 

Why not exclude the statuses where you have this property set?

Even if you have a flag set the REST Api call won't be able update the issue. Just capture those errors in your logic.

Ravi

JoséF February 7, 2020

The problem is that we use the same status on different workflows and the property is related to the status in a specific workflow. 

 

But thanks for your help.

Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2020

Ok In understand. May be something like this.

 (project = Kanban and status != "To Do") OR (project = NGK and status = "To Do")

Let me know.

JoséF February 10, 2020

That's not feasible if you have more the 10 projects.  

Suggest an answer

Log in or Sign up to answer