Hi ,
I am using the API (v2) to extract issues information and status transition historical data from some of my projects.
I am doing this using the search endpoint and expanding on changelog, then filtering the history on my process to keep the status field historical values only. However I am hitting an error for some specific issues due to amount of data to retrieve.
Alternatively, I have tried to expand on transition field, which solves the error problem. However this endpoint does not return transition dates, which is focal to my exercise.
Is there a way to add the transition dates to expand=transition ?
So far I am receiving the fields: id, name, opsbarSequence and to (status).
Thanks in advance