Forums

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

Issue Add Flag

sebastien_gervais
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!
October 1, 2020

In JIRA for Automation, can we add an action that would Add a Flag to an issue, on a condition, like the issue has been in a specific status for more than 5 days.

3 answers

0 votes
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.
November 18, 2020

Hi @sebastien_gervais 

Did you figure this out yet?  If not, here is a rule that will do what you ask for NextGen:

  • Trigger: scheduled daily, with JQL such as statusCategory = "In Progress"
  • Condition: advanced compare of
    • First value: {{issue.statuscategorychanged.toDate}}
    • Condition: Less than
    • Second value: {{now.minusDays(5)}}
  • Action: edit the issue field Flagged, setting it to TRUE

Best regards,

Bill

0 votes
Andreas Knecht
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 6, 2020

Hi @sebastien_gervais ,

We don't quite support this yet assuming this is a next gen project. We've got an issue open to track this though: https://codebarrel.atlassian.net/browse/AUT-1235

We'll hopefully get around to implementing this soon!

Cheers,
Andreas

0 votes
Curt Holley
Community Champion
October 1, 2020

Good idea @sebastien_gervais 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events