I have 2 projects (A & B) that serve different purposes and are used by different groups.
Currently I have the following workflow/automation:
The problem I've run into is that a ProjA Bug ticket could be worked on by multiple people and/or require different types of Reviews. To address this, I'm wondering if this is possible at all with automation/transitions/triggers:
I've tried to create illustrations of what I'm wanting to accomplish
In your first scenario, how are you selecting/creating the first 4 subtasks? Knowing that may help provide ideas on alternatives. Thanks!
Kind regards,
Bill
The subtasks are created manually based on what the bug ticket is. For example, a bug ticket might be "API key unused for 90 days" and there would be a subtask for each API key that's unused.
To further elaborate on how the first scenario (current) works:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira does not have an Issue Picker field, so you need to make something like this:
Then Jira will automatically read each key and will associate with the target issue the key of each issue placed in the field at the time of the transition.
When the second person goes to create the other review issue in project B, he will probably see the Short Text key Collector field filled with the information from the first time it was run, just change the keys to be linked or you can add it at the end of your rule an Action to clear this field so it will be empty and ready for the next execution
Hope this helps :)
Regards,
Fernando
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I appreciate the guidance but I'm trying to get away from having users manually type issue keys since that would defeat the purpose of what I'm really trying to do with automation. Also, some of these Bug tickets have 20+ Sub-tasks.
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.