The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

You are welcome!

TAGS
AUG Leaders

Atlassian Community Events