Assuming I have a specific release with a number of child stories I want to see how the stories for that release change over time (per iteration)
- I can use the v2 API to get a list of stories assigned to the release easily enough but I want to use the lookback API to go back an iteration (for example) and see what the state of the release was at that point
- i.e. were there any stories previously assigned to the release that now are not, and vice versa
- Seems that a release is not treated as a container in the lookback API, so not sure how to do this explicitly
- I could simply “brute force” it and check the release on every story at the end of each iteration, but it seems like overkill
What is the recommended way to get out this information?