Please can someone support me, I cannot work out what is going wrong. I have tried running the "then" commands below the "when", and now additionally under a branch, but every time a new sprint is created it says "NO ACTIONS PERFORMED"
I have tried changing the regular expression to ^Blackbirds* and many other options, but nothing seems to be triggering it.
How do I trigger the creation of new tickets when a sprint is created?
Note: I need to be able to specify sprint name as we have multiple teams so have different named sprints
When the Sprint Created trigger fires, there are no issues in it yet. And so the branch you show will not find any yet.
You describe wanting to add some default issues to the sprint when it is created. Your rule could be changed to the following to accomplish that:
Kind regards,
Bill
So this is what I originally had, but it would say nothing triggered:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please show an image of the audit log details to help provide context.
In the Create Issue action, please use {{sprint.id}} and not the name. That will ensure the correct sprint is used (and avoid any potential collisions).
Finally, did you in fact create a sprint in that board exactly matching that regular expression at the start of the name?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't use {{sprint.id}} in the name.
I have changed it to scheduled creation rather than sprint created as it just makes life easier.
Many thanks for the help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was noting in the assignment of the Sprint to the created issue, and not in the filter for the trigger.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sally,
The automation above will create ticket/s only when you will move the Story on a new sprint.
I have added a condition to run only for story ( but you can add what issutype you need)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sally,
When Sprint is created the sprint is empty.
The real action happen when you move the ticket from Backlog to the new Sprint.
You can try:
This will check each ticket that have updated to Sprint field.
It will check if Sprint = desire value
If yes it will created a new ticket.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Christian
Thanks. How would I stop this running for every ticket that is moved into the sprint? We only want to create the tickets once a sprint.
Many thanks
Sally
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.