Uploaded image for project: 'Jira Align'
  1. Jira Align
  2. JIRAALIGN-2098

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 10.81
    • 10.78, 10.79, 10.80
    • REST API
    • None
    • 1
    • Severity 3 - Minor

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              kforeman@atlassian.com Kyle Foreman
              rcortez@atlassian.com Rodrigo Cortez
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Backbone Issue Sync