Hi,
In my team we have some BAU tickets that we have to create each sprint. Is there a way to automate this process so we don't have to do it each time.
Thanks
Hi @Ri A
Yes, that is possible with Jira automation rules. Such a rule could trigger on Sprint Created to create and add the issue to the sprint.
To get you started on creating your rule, please refer to these documentation and example sources:
Kind regards,
Bill
Well done!
Did you remember to set the Sprint field to the one from the trigger with:
{{sprint.id}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No as I want it to be recurring for every new sprint I didn't.
What I set was.
1. For every new sprint on a specified project board.
2. Creat a new issue
3. Assign the issue.
4. Send email notification to the assignee.
This is basically what I'm looking to achieve for a start. When that works, I'm hoping to build on it to
1. For every new sprint
2. Create 5 new issues
3. Assign issues to members.
4. Notify members.
The reasoning is to use 1 automation rule and create multiple new BAU tickets for every new sprint
Fingers crossed ...🤞🏻
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to assign the new issues to a user after creating them, the rule needs to branch to the issues:
Instead I recommend assigning the issues as each one is created by selecting the Assignee field in the Issue Create action.
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.