|
|
|
Sorry Peter, this improvement has not been scheduled.
The charting plugin
To actually use this info in a report of some kind is a much bigger task. I am trying to get something around these lines by directly querying the database. What I have so far is...
SELECT 'CURRENT_STATE' STATE, p.pkey PROJECT, ji.pkey ID, to_clob(iss.pname) STATUS, (SYSDATE - osc.start_date) * 24 * 60 * 60 * 60 TIME_IN_STATE However, Jira seems to create a new set of entries on the changeitem table for the status field every time the workflow is progressed. This means you get the original entry of open to in progress, then on the next workflow step you get a new open to in progress and an additional in progress to on hold. Is this correct behaviour? While doing some housekeeping, I believe
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
A link from the top menu-bar to the 'current issue' would be neat.
Also, when beginning work on an issue it should be optionaly possible to change the assignee to the current user, or leave it as it is.