Hi,
How can I run a JQL in automation that will check if now.diff(issue.created).hours is greater than a predefined value (say -5)?
Thanks
Hi @Dd
You're looking for a JQL query which will check if "now" is greater than 5 hours from the issue's created date?
Something like this should work:
created <= -5h
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.