I am working on a new workflow that would do this.
when a person creates an epic and utilizes a certain word - decom
that the workflow would create the epic and 1 story assigned to a dept to process (i have that working).
once that team has closed it, then it would then create another story and keep it assigned to that same epic.
This could happen multiple times depending on the decom ticket and which teams need to process a removal of an item.
This needs to be done in order as if anyone rejects, than the process would stop. but also, the process has to be done in order or alarms go off.
Hello @Ray Albert
As I understand the problem statement, I believe this is not possible using the workflow rather this can be accomplished by leveraging Automation.
Using Automation you can define as soon as the Story for Dept1 is resolved, a new story is created, linked to the epic and assigned to the appropriate team.
In case the Story is rejected, then the process stops and no further stories are created.
Please let me know if this aligns with the use case.
Kindly accept the answer of this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Automation is a new feature in Jira, which used to be a plugin earlier. It helps automate repetitive tasks with low-code/ no-code implementation.
Please refer to the Atlassian documentation here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what version of Jira do you need to be on to have this. If we are not on that version is the Plugin Free and where do you get the plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is natively available for all Cloud instances, while for Server or Data Centre it is available as a plugin. The plugin details are available here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. I will get with my Jira admin and get them working on downloading the Plugin. Thank you for your assistance and help.
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.