How can I filter the issues that assignee changed after 15min?

rayion May 9, 2021

I tried JQL as below to filter the issues but there is no result:

project = "project name" AND assignee changed AFTER 15m

Is this query wrong?

--------------------

Sorry for my mistake, I mean the issues that assignee changed after 15min.

--------------------

And I also have a question about "assignee changed". Is it the time between one issue created time and the first assignee change time?

1 answer

1 accepted

2 votes
Answer accepted
Suhas P
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.
May 9, 2021

Hi, It should be. Try it.

project = "project name" AND assignee changed AFTER (-15m)

Suggest an answer

Log in or Sign up to answer