Forums

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

JIRA - JQL QAlert if any defect is raised in last 15 minutes

vj j July 20, 2018

Hi,

I want to set up a alert whenever a new defect is raised in JIRA in the last 15 min. I will subscribe this alert to run for every 15min, so I should get alert any new defect in the last 15min

I tried with below JQL but it is not working, so can you please help me in achieving this

project = "XXX" AND issuetype = Problem AND status = Open AND created > startOfDay(-15m) And created < Now()JQL Help.jpg

 

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
July 20, 2018

Hello,

I think it should be :

project = "XXX" AND issuetype = Problem AND status = Open AND created > -15m 

vj j July 26, 2018

Thank you very much Alexey!

It worked for me.

Alexey Matveev
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.
July 26, 2018

You are welcome!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events