Forums

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

Enable "Escalated" status only after created date+ 7 days?

Navin_Sridharan October 24, 2018

Hello,

Can someone tell me if there's a JQL query that can be built as a condition to enable "Escalate" status ONLY those issues that are "CreatedDate" + 7days old and status is still "OPEN"?

1 answer

0 votes
Ignacio Pulgar
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.
August 7, 2019

Hi Navin,

This JQL returns all issues created more than 7 days ago and which are on the Open status:

created < -7d AND status = Open

For simplicity, the status condition could be avoided by using a normal transition from Open to Escalate statuses, instead of a global transition.

There are apps which provide you with conditions based on JQL queries, like Jira Workflow Toolbox (Server), and other apps which enable alternative ways to achieve the same goal, like JMWE using expressions, or ScriptRunner's scripted conditions, among other.

Hope it helps.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events