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

      Problem Definition

      If users accessed the following endpoint:

      • <Jira URL>/rest/jpo-api/1.0/plan

      Jira will provide following response which shows * planTeams* ID:

      "nonWorkingDays": [],
      "planTeams": [
      6,
      8,
      9,
      7,
      5,
      10,
      2,
      1
      ],
      "excludedVersions": [],
      "title": "Test Plan",
      "planningUnit": 0,
      "portfolioPlanVersion": 1,
      "id": 1
      }
      

      The ID does not the correct value corresponding to the Team in Roadmap but rather ID in AO_D9132D_PLANTEAM table. Using this REST endpoint, customers are unable to find the teams which has been added to the plan.

      Steps to repoduce

      1. Add shared team to plan and commit the changes.
      2. Access /rest/jpo-api/1.0/plan endpoint and check the planTeams value.
      3. Remove a shared team, commit the changes and add same team again
      4. Access /rest/jpo-api/1.0/plan endpoint again and we will see that planTeams value added to the same team which was re-added to the plan.

      Suggested Solution

      Allow /rest/jpo-api/1.0/plan endpoint to retrieve Team ID in response.

      Workaround

      None.

            [JSWSERVER-25274] Display Team ID with plan rest endpoint

            No work has yet been logged on this issue.

              Unassigned Unassigned
              vshanmugam Vicknesh Shanmugam (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: