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?
Hi, It should be. Try it.
project = "project name" AND assignee changed AFTER (-15m)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.