0

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

BIDev
  • 3
  • 1

1 Answers1

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