Hi community.
I wanted to create a rule that triggers on the first day every month but creates different issued based on the current month of execution.
Example:
I don't want to create a scheduled rule for every month to have it consider which specific issues should be created right now.
I wanted to build a rule, that triggers every month but checks which month is right now and based on that creates these different issues in my list.
The way I wanted to implement it more specificly was:
So how can I implement a check for the current month that isn't included in any custom fields?
Or is there an easier way I'm just missing?
Thanks a lot!
Hi @Walter Lamm
To do that I suggest the following steps:
Hope this could help.
Best Regards,
Seif,
@Seifallah Bellassoued @Tom Lister @Marc - Devoteam @Vishal
Thank you for your answers! Seifallahs answer was all I needed.
Here's how I did it with new parts in bold:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Walter Lamm
I agree with the comments above but would add:
Schedule trigger monthly as suggested.
You can create a variable for the current month and use that for further logic.
Variable smart value such as {{now.format("MMM")}} to return Jan,Feb etc.
When I have had to create issues with specific values on a regular basis I have created template issues. These were a specific issues with predefined values. I located these via JQL (e.g. Labels = "Oct" ). You can do this using a Branch based on JQL.
And created new issues based on their values.
This has an additional benefit of allowing the predefined values to be adjusted outside of automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Walter Lamm
You could look into automation date/time smart values.
example: {{now.startOfMonth.withMonth(5)}} will return the 1st of May this year. and base you actions on the value from the smart values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Walter Lamm
What you are looking for is 2 levels of time checker, I dont think this is currently possible with the automation, I fear you'll have to do what you dont want to do, which is creating scheduled rule for each month.
Happy to be proven wrong though.
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.