how to create sprint use jira rest api

Henry He July 23, 2015

can't find rest api to create sprint

3 answers

1 vote
Hector Agudo Mantilla March 5, 2018

Hello

Perhaps I can help you

You can see this link to resolve it:
https://docs.atlassian.com/jira-software/REST/7.0.4/#agile/1.0/sprint-createSprint

Kind regards

Jirong Hu October 24, 2019

Doesn't work for me, no result, no response. It's JIRA Cloud, tried the same on a local JIRA server, same.

C:\DevOps>curl --insecure --request POST --url "https://abc.com/rest/agile/latest/sprint" --user "jironghu:jironghu" --header "Accept:application/json" --data '{"name":"Jirong1","originBoardId":283}'

C:\DevOps>
1 vote
Rodrigo Silva
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 24, 2015

Hi Henry, 

We have This documentation for API calls, but I found this bug saying that currently this feature is not working properly on Cloud Platform (feel free to try the example listed on GHS-123000).

Cheers,

Rodrigo Silva | Cloud

0 votes
Jirong Hu October 24, 2019

Doesn't work for me, no result, no response. It's JIRA Cloud, tried the same on a local JIRA server, same.

C:\DevOps>curl --insecure --request POST --url "https://abc.com/rest/agile/latest/sprint" --user "jironghu:jironghu" --header "Accept:application/json" --data '{"name":"Jirong1","originBoardId":283}'

C:\DevOps>

Suggest an answer

Log in or Sign up to answer