Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a jira agile rest call to add an issue to a sprint?

Lee Correll
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2013

Is there a jira agile rest call to add an issue to a sprint? Not finding one.

I think https://jira.atlassian.com/plugins/servlet/restbrowser#/resource/greenhopper-1-0-epics-epickey-add creates an epic out of a regular issue;

Best I can find. Warning: I'm on OnDemand, so I can't use ScriptRunner or any of those fancy tools...

1 answer

0 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2013

A quick look at the Chrome console while attempting to drag one issue and add to a sprint shows me the following REST interface (rank).

PATH: http://localhost:8606/rest/greenhopper/1.0/sprint/rank

METHOD: PUT

DATA: {"idOrKeys":["SSP-2"],"customFieldId":10004,"sprintId":2,"addToBacklog":false,"idOrKeyAfter":"SSP-17"}

Suggest an answer

Log in or Sign up to answer