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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Team,
We have requirement. When the ticket is In Approved status and the Exception End Date is reached it should automatically move to In Renew Review status automatically.
We have JMWE and JSU, Script Runner addons. Please find attached image for your reference.
Hi @Lakshmi S
with JMWE, you'll need to use a Scheduled Action to regularly (e.g. once a day) search for issues in the In Approved status for which Exception End date <= today and automatically transition these issues (using a Transition Issue(s) post function).
I tried with below jql, and didn't find Exception End date <= today, in jql we don't have "today". The schedule is running for every hour and not even matching today date with Exception End date. I given exception date to April 13th, but the ticket status was changing in 30 mins, 1 hour after ticket creation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you probably want to first test your JQL expression directly in Jira's search page.
Also, I belive you want "Exception End Date" <= startofDay(), if you want to find issues for which the Exception End Date has been reached.
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.