Hello,
I have 3 different epics. I want to automation the transition of the status of 3 US (1US by Epic).
Example : when US1 and US2 are in status "Done" I want that the US3 has automatically the status "In Progress"
Thank your for help
Hi @Ines Barhoumi and welcome to the community!
It is absolutely possible to transition "US3" when other issues transition to Done by leveraging a branch. However, you'll need business logic to define when this should occur...
US1 and US2 transitions to Done and there are 3 other user stories under that epic. How is your rule supposed to know which story is US3 (or US1 and US2 for that matter)?
Hi @Mark Segall
Thanks for your answer.
I use a link between US : US3 "has to be done after" US2And US1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case, you could do something like this:
Note - I used "is blocked by" because I don't have "has to be done after" in my environment so just make the appropriate correction there.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.