Forums

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

Add code line

Nikole Conejo April 21, 2022

Hi, need to add this filter

"Time to first response" < elapsed("10m")

in my JQL, how can i dot it? 

project in (AE, AO, AI, AU) AND issuetype in (Incident, "New request", Problem, "Service Request", Support, Task) AND created >= 2022-03-01 AND created <= 2022-03-31 order by created DESC

 

1 answer

0 votes
Alex Koxaras -Relational-
Community Champion
April 23, 2022

Perhaps

project in (AE, AO, AI, AU) AND issuetype in (Incident, "New request", Problem, "Service Request", Support, Task) AND created >= 2022-03-01 AND created <= 2022-03-31 and "Time to first response" < elapsed("10m") order by created DESC

 ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events