I am trying to create a very involved automation for a project which is dependent on specific fields and tasks/sub-tasks being created off of the Epic. Below is a simplified flow of how I'd like it to be working. When an Epic is created, based on a specific field option being selected, it will create a task. That Task will then flow through the each status of the workflow and, upon being marked done/Incomplete, it will create a new Task that will then follow the same path through the workflow. Also, if it goes into an Incomplete state, a task will be created and assigned to the next Sprint.
I am still fairly new to the Automations and I'm wracking my brain trying to see how to get this working. I can get the Task to trigger, but it doesn't copy the field information from the Epic that is needed whether I make them required or not.
There are some other stipulations as well, but this is the main part that I am trying to work out and those will likely fall into place once it's set.
Any help would be greatly appreciated, thank you!
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Until we see those...
From what you describe, you may need at least 2 rules:
Seeing the specifics of your rule and audit log will help the community to suggest adjustments.
As you noted being new to automation rules, I recommend reviewing these documentation and example sources:
Kind regards,
Bill
@Bill Sheboy Thank you for the feedback. I'll have to build out again what I'm looking for because I've scrapped what I had in frustration. haha
I'll look through the provided links to see if there may be some information that may help.
Thank you again,
Katie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have been recreating the automation and have it at a place where it's working a bit like I want it to, but I'm running into trouble when I try to create a new task once the first one is "Done" and having it moved to "To Do" with a different Summary. I've found some smart values that seem to help a bit, but not sure how that will translate with subsequent tasks.
Any help is appreciated!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Rules trigger when an event happens. This is why I noted earlier you would need at least 2 different rules: one triggered on issue create, and another on the transition to Done. I want to confirm you understand that, as rules do not run for a while, stop until some other event happens, and later pickup where the paused.
Please consider splitting your rule into the two things you want to do, triggered on the different events. Remember to use conditions in the second rule, confirming it is processing the issue you want to use before proceeding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Sheboy I have been working on this automation and it is 90% working how I want it to with a couple of minor things that aren't working as expected. I ended up making rules for each of the transitions as it seemed to function better and was more manageable. My issues are as follows:
1. Each Task created under the Epic, when marked as Done, is getting moved back to To Do status
2. The initial automation that's creating the first Requirements task is copying both the Developer/Analyst and Dev/Analyst Points fields when it should only being copying the Analyst fields. All other tasks are functioning properly with each setting the same for copying from the Epic. I've also tried every other option to copy from with no success.
The screenshots below are in order of the process. Epic>Requirements Task>Dev Task as well as the automation for copying specific fields down to each task. There are more automations that follow, but they are just repeating the process.
Once again, I appreciate your insight!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You do not have names shown for your rules, so I will references them by the triggers used. And given the number of images posted and symptoms you are describing, I recommend trying to diagnose / fix one symptom at a time. Then we can proceed to the next one.
For the rule triggered on transitioned to Done, you note it is moved back to To Do. As written, that is indeed what the rule is doing. If you want the newly created Task to transition to done, the rule needs to branch to Most Recently Created Issue before the transition action.
For the rule triggered on issue created, you describe:
2. The initial automation that's creating the first Requirements task is copying both the Developer/Analyst and Dev/Analyst Points fields when it should only being copying the Analyst fields. All other tasks are functioning properly with each setting the same for copying from the Epic. I've also tried every other option to copy from with no success.
Based on what you show (unless I am confusing which images go with which rule's steps) I see the Analyst and Analyst Points fields set. I do not see the Developer and Dev Points fields set. If I am incorrect, please repost just that Create Issue action's image.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for that information. It looks like modifying the first item resolved the second item, so a 2 for 1!
I really appreciate all your help and this has been a great learning experience for me. I still have some modifications, and automations, to work on, but I have some good tools in my belt now.
I may come back with more questions. ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn that helped!
For follow-on questions, please consider if they are new-enough to be a separate question or modifications to this scenario.
If different enough, you may want to post a new question, perhaps linking to this thread. That will help more people in the community see it to offer suggestions.
Thanks, and happy rule writing :^)
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.