HI all,
I'm creating an automation that when I create a new sprint, a new story is created in this sprint.
I already managed to do this, but when I create a new sprint again, the new story is not created in the new sprint but in the first created sprint after the active sprint.
How can I create this in the new created sprint? I tried several routes in "automation" but so far I didn't succeed.
I hope you can help me.
Thnx.
Hi Jeroen,
I encountered a similar situation recently, and this article helped me immensely; https://www.adamnengland.com/2021/01/26/jira-automation-populate-your-sprint-with-stories-on-creation/. I hope it helps you as well.
Karen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jeroen Kotterlink -- Welcome to the Atlassian Community!
Would you please post images of:
That will provide some context for the community to suggest ideas. Thanks!
I suspect you are getting the sprint information (for the issue create) from JQL rather than from the triggering sprint created. The images will help confirm that, and what to update for a fix.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I create a new sprint, the first sprint after the active sprint is filled with the new created story. As soon as I create another sprint, the new story is not created because it checks the sprint after the active sprint, this one is not empty, so create nothing. But it had to create a story in the latest and empty sprint.
I'm missing JQL experience to solve this, I guess.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information. If I understand your case correctly, you want to automatically add an issue when the sprint is created.
Using the trigger of sprint created, you should not need to perform any additional tests as the sprint will be empty if just created. Perhaps try this:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.