We are using the REST API and Alteryx to extract data from Jira. We are looking for a column using which we can determine the DateTime stamp at which an issue was added to a sprint.
This is to track those issues which were added into the sprint after the sprint was started.
Please suggest a way to achieve that problem statement.
Hello,
You need to analyze the history of the issue and to see, when the sprint field was assigned the sprint value, which you need.
How we can extract the history of all the issues using REST API?
Below is the screenshot of the Alteryx configuration which we use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Iterate over all issues and call the get issue method to get the history.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.