Hi,
I'm trying to solve this situation:
I have 3 components: A, B, C
A story can have one of them, all of them or none of them
Depending on which I have, for example:
I create Story Y and I know it will contain Components A, B, C
I want to create the subtask with name that I will give and type of subtask that I want.
If I realize during writting the story that I want to delete component B, I want the subtasks which are related to component B to be deleted, or if I realize that I want to add component B back, I want to be created automatically subtasks with the type and name as defined.
Do you have any idea how to do this?
Thanks!!
Hi @andreea andra -- Welcome to the Atlassian Community!
If I understand what you described with this...
If I realize during writting the story that I want to delete component B, I want the subtasks which are related to component B to be deleted, or if I realize that I want to add component B back, I want to be created automatically subtasks with the type and name as defined.
That is not possible with an automation rule.
While writing a story, it is not yet saved. Automation rules can trigger after an event has occurred, such as saving the new story.
What you could do is have a rule which detects later changes to the components, and then adds/remove sub-tasks...if your combinations/scenarios are not too complex. You may want to include conditional logic which does not change the sub-tasks once they are in-progress or done.
Kind regards,
Bill
Hi,
Indeed, I have used triggered by a transition and then I added "IF" conditions with the components and then create subtask and it;s working :)
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.