Project

General

Profile

How to get sprint data using rest API

Added by Lalit Kumar almost 3 years ago

I'm trying to get sprint data using rest APIs for issues/work-items.

This is the sprint related data I'm able to get:

"easy_sprint": {
"id": 6,
"name": "Sprint 2",
"due_date": "2021-07-29"
}

This doesn't have a start_date for this particular sprint.
Is there any way we can get the start_date information using rest API?