You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am trying to setup an automated email reminder that will go to a reporter that their ticket is still in a particular status after a certain amount of time. I am not sure which JQL script I need to use. Any help would be greatly appreciated.
Example: I have a status that says "waiting on customer" I would like to send an email to the reporter that we are waiting on them to comment or do something with their ticket. I have the time set that I want to use, but just need the JQL portion. I can't seem to find what I am needing to use.
Please take a look at the CHANGED operator for JQL. With that you can check when a status has (or has not) changed in a particular timeframe.
https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#CHANGED
With that, you could use a scheduled trigger automation rule to notify the reporters.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.