-
Suggestion
-
Resolution: Unresolved
-
1
-
Issue Summary
If you do a GET on the Stories endpoint on a story that has a release vehicle indirectly linked via its parent feature, it does not show this release vehicle in the API response. It only shows the RV in the response if the RV is directly assigned to the story.
I'm not sure if this is a bug or suggestion. I leaned towards bug since the information is present on the story UI page but not in the API. Perhaps this needs to be added as a new field in the API response.
Steps to Reproduce
- Create/locate a story that has no release vehicle assigned to it, but is tied to a parent feature that DOES have a release vehicle.
- Using the API, do a GET for the above story ID
Expected Results
The API should indicate the release vehicle of the parent feature (perhaps a new field for parentreleasevehicle)
Actual Results
The returned data has a blank RV field and no mention of the parent RV
Workaround
No workaround
- resolves
-
ALIGNSP-17207 Loading...