Is there a way to bulk create sprints for every week of the year?
One team in our company created sprints on prem based on yy.we numbering.
This team plans their sprints 2 to 3 months into the future.
example;
Team Sprint 22.01
Team Sprint 22.02
Team Sprint 22.03
Team Sprint 22.04
Team Sprint 22.05
I'm unable to figure out a way to make this work in the cloud.
Closest I've come is to create sprints using JSU automation for sprints in the future.
I do not believe that is possible with out-of-the-box features yet, as neither automation rules nor the REST API support creating sprints. You may want to check the marketplace for any apps to help.
Kind regards,
Bill
We found a solution;
We did use REST API's with this endpoint;
https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-agile-1-0-sprint-post
"OriginBoardId" should be 14 on this board. The name start-date and end-date we generate with a python script.
For authentication we use an existing user with enough privilege's and a generated API token as a password.
It's not pretty, it's still pretty enough but most importantly it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bollen,
I am having almost similar requirements. Somehow, I am unable to open the above link shared by you. Would you be able to share working link please?
https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-agile-1-0-sprint-post
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.