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,556,302
Community Members
 
Community Events
184
Community Groups

Status category track Automation for JIRA

Hi, 

Can I have check all yellow/color status to green/color status instead of individual status as the trigger? 

I want to have an automation rule execute when the issue status [In Progress] to [Done]. I can add trigger [In Progress] to [Done], but my requirement is to check all yellow category status like "In Progress" to green[Done]. 

Thanks
Masud

1 answer

1 accepted

0 votes
Answer accepted
Bill Sheboy
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.
Dec 01, 2020 • edited

Hi @Masudur Rahman 

Are you asking if there is a trigger on StatusCategory changing?  If so, the answer is "not yet".  There is an item in the Code Barrel backlog to add this:

https://codebarrel.atlassian.net/browse/AUT-1722

There are a couple of work-arounds, depending upon how often you want to update and other field usage:

  • If you are using the resolution field, you can trigger on a change to that field to detect issues moved to a "done" category field, or...
  • If you do not need to immediately execute the rule, you can use a scheduled rule with JQL detecting changes to status category within recent time.  For example:
project = myProject
AND statusCategoryChangedDate >= -1h
AND statusCategory = "Done"

Best regards,

Bill

Hi @Bill Sheboy 

Thank you for the quick reply, Yes, was looking for a status category trigger.

The workaround can be done by a scheduled trigger which will have some delay and we want to have real-time instead of scheduled. 

 

Thank you.
Masud

Bill Sheboy
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.
Dec 01, 2020

Thanks for confirming...

There is a 3rd work-around to just check for a status change (transition) and then follow that with a condition check on status category.  That should do what you want immediately after a change.

__Bill

Like # people like this

Thank you very much. :)

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events