Hello community,
I have automation rule stating to copy any changes to description to sub-tasks from story in case of any updates. Recently, I noticed that this rule applies to all stories in the epic in case the description of the epic has changed, although the branch in the rule explicitly states it should only apply to issue type of 'sub-task'.
Have someone faced the same issue or can help me out here?
Thank you!
Hi Anna,
Sub-tasks are not directly connected to Epics. They must go through the parent of the Sub-task/child of the Epic. So it would not make sense to update the sub-task and not update the object in the middle.
I do understand that, but I do not want to update any stories or subtasks, when description is updated on Epic level and that's exactly what is happening for me. I only need to sync story and its sub-tasks when I change the description on story level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or are you saying that it updates stories just because i have a rule to update subtasks?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So basically here is my rule:
So here on top by Issue Updated/Assigned is it considering Epic as issue as well and that is why it is updating sub-tasks together with stories? Should I add the condition saying when updating only Stories or Bugs - so that it is omitting epics for this rule?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the confusion - it wasn't clear to me how Epics were coming into the picture.
Yes, it would probably fire for Epics also, so just add another condition at the top to see if the Issue Type = Story (or issue type not in (Epic, Sub-task).
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.