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...
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"}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.