Jira Software Cloud REST API help us to manage/Call sprint data through REST API. You can use this REST API to build add-ons for Jira Software, develop integrations between Jira Software and other applications, or script interactions with Jira Software. In this Article I will guide you on Sprint and Board detail through REST API.
Creating a Sprint:
Create Jira Sprint Through REST API
a sprint is a set amount of time that a development team has to complete a specific amount of work. Sprints are generally planned to last about two weeks. Through REST API we can Creates a future sprint. Sprint name and origin board id are required. Start date, end date, and goal are optional. Note that the sprint name is trimmed. Also, when starting sprints from the UI, the "endDate" set through this call is ignored and instead the last sprint's duration is used to fill the form.
For more detail regarding sprint creation through REST API follow the link Above.
Creating a Sprint:
Returns the value of the property with a given key from the sprint identified by the provided id. The user who retrieves the property is required to have permissions to view the sprint.
If you wanna learn more about sprint property then follow the link above.
Swap Jira Sprint:
Swap the position of the sprint with the second sprint is possible and we can achieve this easily with REST API. click above link to no more about swapping of the link.
Hope this will be helpful. Let me know if you have any query related to Jira. See you in the next post.
Deepak Rai
Technology Specialist
Mumbai
4 accepted answers
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.
2 comments