Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-80738

GET sprint REST API request should return the sprint's creator

XMLWordPrintable

    • 1
    • 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.

      Currently, the GET Sprint REST API request does not return the creator of the sprint. This is a feature request that it do so:

      https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-get

      Response:

      {
        "id": 37,
        "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
        "state": "closed",
        "name": "sprint 1",
        "startDate": "2015-04-11T15:22:00.000+10:00",
        "endDate": "2015-04-20T01:22:00.000+10:00",
        "completeDate": "2015-04-20T11:04:00.000+10:00",
        "originBoardId": 5,
        "goal": "sprint 1 goal"
      }

       

      Note we have a related feature request with an automation-based workaround here: JRACLOUD-79985 – Log actions to the audit log when changes or deletion are made on boards/sprints

            Unassigned Unassigned
            23ef3e30d63c Anusha Rutnam
            Votes:
            4 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: