Hello!
I was wondering if it's possible to automate the creation of a set of tickets that gets added to each new sprint at creation regardless of order. It seems the sprint field on ticket creation is limited to active or next sprint. But for my use case, the sprint could be any number of positions in the project. So I'm not too sure how to define that I want my tickets to be created in any sprint that gets created.
Thank you,
Tyden
Hi Please share your automation and audit log.
Hello @Tyden Ruud
Brainstorming here... I haven't tested this out.
Do you have a rule that creates the issues? Consider setting the trigger of that rule to be an Incoming Webhook.
Create another rule that is triggered by Sprint Created.
In that rule use the Send Web Request action to call the issue-creating rule. Send the newly created Sprint's ID as part of the payload to the issue-creating rule.
In the issue-creating rule, get the Sprint ID from the payload and use that to set the Sprint field of the newly created issues.
I'll have some time later to try to work out those details in testing, but I wanted to provide at least the idea in case you want to work on it yourself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's an interesting thought- I will see what I can come up with using that method. Thanks for brainstorming!
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.