How to get the timestamps that the items were added or removed from the sprint in Jira using API and the timing of when the build completed
Asked
Active
Viewed 66 times
1 Answers
0
I think you would need to pass expand=changelog to the call to get the issue info. Then parse the changelog to get the historical entry when the issue was added to the sprint.

mdoar
- 6,758
- 1
- 21
- 20
-
can you paste any sample API call do you have any...i am not able to get this and this is the blocker for my project – BIDev Aug 13 '21 at 15:26