Jira JQL that returns date of status change
Asked Answered
C

4

10

I'm trying to use JQL to measure cycle times (the Control Chart has other issues), so I need to get the date that an issue changed status. I see that one can use the CHANGED keyword to filter issues that have changed status on certain dates, but I see no way to actually list the date of the change as a column.

Any ideas? How would you guys address this lack of visibility into cycle time data?

Cardiganshire answered 25/11, 2013 at 0:52 Comment(0)
P
6

There is no simple solution available in JIRA at the moment. See the issue https://jira.atlassian.com/browse/JRA-12825 for the whole discussion. The argumentation of Atlassian is the following:

  • There exists a product Service Desk that implements the SLA feature expressed here.
  • There are reports and additional plugins available that give similar information to this. See the JIRA Suite Utilities which give you a UI for each issue to see the transition summary.
  • JQL (JIRA Query Language) was intended to select all issues that match a query, not to select special information to these issues. You have to use the configuration of the table, if it is included there as a field of the issue (which it is not).
Pish answered 26/12, 2014 at 12:15 Comment(2)
Thanks, @Pish for the detailed answer. Yeah, that's what I want to do - buy ANOTHER product from them to get a simple piece of info on a field that they encouraged me to use! Anyway, luckily we've switched from Kanban to Scrum in the meantime, but I maintain that Jira completely sucks for Kanban - I could never figure out a way to get decent metrics on my team members.Cardiganshire
I use the Kanban board of JIRA all the time, but for my personal Kanban process. There it fits much better than Scrum, because I can control the load on myself. I don't care about the metrics, though.Pish
S
1

In addition to the suggestions from mliebelt there is another at https://answers.atlassian.com/questions/128370/how-to-capture-date-of-state-change-in-jira. It requires JIRA Misc Workflow Extenstions and uses the "Copy value from field to field" function to capture the transition date in a custom field.

Swallow answered 21/4, 2016 at 15:45 Comment(1)
Thanks, @wayne-johnston - nice to know another way. Crazy that Jira supports Kanban so poorly out of the box - so clear that they are very scrum-biased.Cardiganshire
S
0

There is a plugin in Atlassian Marketplace called Time in Status just for that purpose. The plugin prepares a report on how much time each issue spent on each status or assignee.

Sancha answered 24/8, 2017 at 9:47 Comment(0)
O
0

Time in status is useless if need to count of Jiras that changed status on that day. Time in status widgets is useless for this

Oleander answered 17/6, 2022 at 17:54 Comment(1)
The answer is not answering the question.Pignus

© 2022 - 2024 — McMap. All rights reserved.