Forums

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

Need a rest api call to get list of issues added after start of a sprint

Tejaswini Borra February 9, 2018

How can I get list of issues added after start of a sprint using JQL or rest apis

1 answer

0 votes
Tarun Sapra
Community Champion
February 9, 2018

You can do this easily with Script runner JQL function. And JQL query can be part of the REST call

https://community.atlassian.com/t5/Agile-questions/Query-to-find-list-of-issues-after-sprint-start/qaq-p/385854

Tarun Sapra
Community Champion
February 9, 2018
curl -D- -u charlie:charlie -X GET -H "Content-Type: application/json" http://localhost:8080/rest/api/2/search?jql=assignee=charlie

Suggest an answer

Log in or Sign up to answer