Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-7392

Access sprints from REST API

    XMLWordPrintable

Details

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features 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:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: