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.
I'm trying to figure out how to automate JIRA automation to move a issue from one status to another status when the custom created field is either past 9 months or when it is older than 9 months.
I'm currently trying to use the automation built in configuration of a "Scheduled" script under "All Components" in the project's settings>automation>scheduled
"Start Date" >= "-270d" for the filter under scheduled
How do I write or perform the "IF" statement/control to move a issue that meets the requirement above to another status?
Can you provide an example with dates for each of your stated conditions?
is either past 9 months or when it is older than 9 months.
To me those sound like the same thing.
Your operator is incorrect if you want to find issues that are older than 270 days. It needs to be
"Start date" <= -270d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can just add an action after that.
The schedule will already do the filter, so the action will be done on everything in that filter.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.