-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
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
- Add shared team to plan and commit the changes.
- Access /rest/jpo-api/1.0/plan endpoint and check the planTeams value.
- Remove a shared team, commit the changes and add same team again
- 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.
- links to
- relates to
-
JPO-19919 Failed to load
Form Name |
---|