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

XMLWordPrintable

    • 1

      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

            Assignee:
            Unassigned
            Reporter:
            Anusha Rutnam (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: