Hello Craig,
Thank you for raising this question.
After trying some options using Automation for JIRA, I was able to achieve the functionality you were looking for by performing the following steps/requirements:
- Create a date custom field and add it to your project screens
- When starting the progress on The sub-task 4, you must require the user that did it to fill the created field 30 days ahead of the current date
- Configure the automation rules like the below:
P.S: I used the Due Date field to trigger the last automation rule.
Please, let me know if it makes sense to you.
Thanks so much for looking into this, However what is the custom field called you have used as I cannot see it in your query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Craig,
I used the Due date field to trigger the automation. In fact, you can use any date field to do it, I've only suggested a new date custom field to avoid confusion with your users since this field will be used only to trigger the automation and nothing else.
In fact, I've found a better option to achieve this feature. Here are the exact steps I performed:
- Add a date field to your project screens
- When starting the progress on The sub-task 4, you must require the user that did it to fill the date field 30 days ahead of the current date.
- Create a rule that will check once in a day if the date field was reached (With the query below) and Clone the parent issue of the sub-task which breached the date.
datefield >= StartOfDay() and datefield < endOfDay()
Please, let me know if this makes sense to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this the whole process? When I see this via email I see another part of the automation (see below) Could you send me the complete process please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Craig,
As mentioned in my last message, I've found another option to achieve this matter, better than the one sent before.
I realize that the automation I mentioned in my first answer is not required to achieve the functionality you are looking for.
That been said, please let me know if the steps I provided in my last message works for you. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had to tweak it slightly as using <end of day wasn't bringing back any results and I changed the schedule to 5 minutes to test. However I get the following error.
Using the below automation works however the sub task doesn't get created! Any thoughts in why this would be?
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.