A report or query of updated issues with state transition visible?
I can query for a list issues that have been updated between two dates, and I could also query for a particular state transition. However, is it possible to query updated issues and show what the transition was in the list? Another way of saying it, can I do a diff on the state field for a list of issues that shows something like this for each issue: https://imgur.com/a/4IOZ31Q ?
Thanks
Sean
Please sign in to leave a comment.
Hi!
I'm Sergey from the YouTrack team.
There's no built-in solution for that, I'm afraid. We have a related feature request in our public tracker: https://youtrack.jetbrains.com/issue/JT-32215/Support-search-by-transitions-in-history-with-aliases-like-Resolved-Unresolved. Please feel free to vote for this issue. This helps us gauge how much impact this feature will have on our customer base, and you’ll also get subscribed to the issue’s notifications. To do so, sign in to JetBrains YouTrack and hit 👍
Other than that, I can only suggest retrieving activity data, which basically is issue history, via the REST API.