Hello!
After a long time googling and reading the documentation of some Jira plugins, I'm not able to figure this one out...
I'm running a Jira-Server instance and currently using "Quick Subtasks for JIRA" to create some simple task and subtask templates.
However, the automation demand to one of my projects have grown a bit:
I need to create two sprints containing tasks and substasks and link some of them on the fly. Is there some kind of plugin which allows me to reference to tasks and subtasks whilst they are created?
If that was confusing, a quick example:
Thank you for your help in advance!
Kai
Hello Kai,
Usually, JIRA Automation apps are used to automate action related to Issues, which must have a trigger action to fire the automation.
That being said, I believe there are no apps you could use to create a Sprint automatically, however, Automation for JIRA can be used to perform all the issue creation and linking you are planning to do. Allow me to elaborate it with the specific steps:
1 - Using the creation of the Sprint as a trigger, you can configure an automation rule to properly create the parent issue with the label "Main_issue":
2 - Configure another automation rule using the creation of the "Main Issue" as the trigger to create its sub-tasks and links:
3 - For links between the sub-tasks created, use the label field and create a new automation rule to be triggered once the sub-tasks are created, Just like performed for the "main issue".
5 - Manually create a new Sprint in your board to trigger all the Automation rules above
Let me know if this information helps.
Hi Petterson,
thanks for your help!
Your approach looks very promising and I think I can solve it like this. I already installed the plugin and I'm setting up the automation.
I'm trying to trigger the automation if the sprint name contains a specific regex value (so that not every created sprint will be populated with the automated issues). But somehow Jira counteracts this trigger by auto-naming the sprints based on the most recent sprint and I have no chance to add my trigger-word (https://confluence.atlassian.com/jirakb/how-jira-suggests-sprint-names-957140727.html).
I know that you are not the creator of the Automation plugin, but maybe you have an idea.
Thank you again for your help, much appreciated!
Kai
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.