I need to return tasks that are "in progress" status for more than 1 hour.
Hi @Tim Perrault
this query returns tasks with status "In Progress", I need to return tasks that have been in this status "In Progress" for more than 1 hour
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure I understand. I thought you wanted all tickets that are in "In Progress" and have been there for at least an hour?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I looked at it again and I think Jira is rounding numbers. Try this:
status = "In Progress" AND not status changed after -60m
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.