I need to get sprints using rest api as a json object from JIRA. What is the jql query for that and how can we execute it on the postman?
You can use the REST API for getting all the sprints for a board.
/rest/agile/1.0/board/{boardId}/sprint
Regards
Prakhar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.