Hello,
Would like to get your assistance with my question below :)
I want to find tickets that their assignee user has been changed after the resolution date.
Do you have any idea for the correct query?
Thanks!!
Hi @Mor ,
welcome to the Atlassian community!
It is possible to use JQL:
assignee changed after xxx
But you need to replace xxx with some specific date or time function like startOfDay().
The only other possibility I'm aware of is create your own JQL function with SciptRunner application.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.