Hello!
I need a query to provide me with this information to later launch an email notification.
Thanks!!
Hi @JMora , you may try this for your requirement,
!status changed AFTER '-24h'
Hello @Jorge Mora
Issues which haven't been transitioned in last 24 hours
!(status changed AFTER '-24h')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Jorge Mora ,
this JQL would return all issues that were not transition to status "Closed" or "Done" in the last 24h:
!(status changed TO (Closed,Done) during (-24h, now()))
So to catch up all, you need all possible statuses of all issues you would like to catch up and add them to the '(Closed,Done)' brackets.
So long
Thomas
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.