How can I track how much time an issue spent in a given status? For instance, suppose my workflow is Backlog -> To Do -> In Progress -> Review -> Done
How can I find out how much time an issue spent in the "Review" status? Is it possible with JQL?
PS.: I'm using Jira Cloud
Thanks.