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
That's exactly what I needed along with the other comment. Thank you!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.