Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,634
Community Members
 
Community Events
184
Community Groups

JQL based on issue status properties

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.
Feb 07, 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

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.
Feb 07, 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.

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events