Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software Cloud
  2. JSWCLOUD-7392

Access sprints from REST API

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      We need access to sprints and markers through the REST API.

      Example:

      GET /rest/greenhopper/1.0/api/board/1/sprint

      [
            {
              "id": 2,
              "name": "Sample Sprint 2",
              "closed": true,
              "startDate": "25/Jan/13 5:46 AM",
              "endDate": "08/Feb/13 6:06 AM",
              "completeDate": "08/Feb/13 6:06 AM"
            },
            {
              "id": 3,
              "name": "Sample Sprint 3",
              "closed": false,
              "startDate": "25/Jan/13 5:46 AM",
              "endDate": "08/Feb/13 6:06 AM"
            },
            {
              "id": 4,
              "name": "Sample Sprint 4 (marker)",
              "closed": false,
              "afterIssueKey": "SSP-3"
            }
      ]
      

      The timestamps have to be on a standard format (not included in the example). It would be fine if the not yet started sprints (markers) are accessible in other ways. But ultimately I think they should be part of the sprint data for the API consumer.

      Attachments

        Activity

          People

            Unassigned Unassigned
            18a323a8360a Viðar Svansson [Tempo]
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: