API 2.0: GET Objectives/<id> returns teamIds NULL even though a team is set

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 10.81
    • Affects Version/s: 10.78, 10.79, 10.80
    • Component/s: REST API
    • None
    • 1
    • Severity 3 - Minor
    • None

      Issue Summary

      GET Objectives/<id> returns teamIds NULL even though a team is set

      Steps to Reproduce

      1. Create a Team Objective via API
      2. Run a GET Objectives/<id> call
      3. Notice response body:
        {
        {
          "id": <id>,
          "tier": 1,
        (...)
          "teamIds": null,
          "self": "https://instance.jiraalign.com/rest/align/api/2/objectives/<id>"
        }

      Expected Results

      • A response body like below:
        {
        {
          "id": <id>,
          "tier": 1,
        (...)
          "teamIds": [
            <id>
          ],
          "self": "https://instance.jiraalign.com/rest/align/api/2/objectives/<id>"
        }

      Actual Results

      • Response body returns teamIds NULL

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available.

            Assignee:
            Kyle Foreman
            Reporter:
            Rodrigo Cortez
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: