Is there a tool / plugin for jira that measures time between:
Note:
Hi @Igor Stanisic welcome to the community.
I'm not aware of any one plugin that will satisfy this.
How integrated are your delivery tools with Jira? Re: version control system, build system, deployment system.
Example: with my current client, with a bit of effort(not a lot) all tools are fully integrated and scriptrunner is an available plugin. All app/servers are self hosted. Jira GitHub and Jenkins are all integrated. Jenkins reads the git changelog, and reports back to Jira when builds are completed (and the branch it completed on), Jenkins also reports back to Jira when deployments are completed (and the environment it completed on). These details can all be queried on via jql. Bringing all this data together and performing calculations is where scriptrunner comes in.
For cycle time, you can try Status Time Reports app developed by our team.
Here is the online demo link, you can see it in action and try without installing the app.
For your case, you can have a look at Cycle Time by Assignee report, Cycle Time by Components report, Cycle Time by Project report, Cycle Time for Each Issue report, Cycle Time by Issue Creation Month report as examples.
For more detail, you can have a look at Cycle Time and Lead Time in Jira: Productivity Measurement with Two Critical Parameters article and Status Time Reports How to Videos.
If you are looking for a completely free solution, you can try the limited version Status Time Free.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Igor,
I would suggest rethinking the workflow used in these projects. For example, is the ticket really "Done" when it haasnt been implemented in production? Consider adding a status representing whether it has been released or not and using the many existing tools measuring this.
Otherwise I would look at Roadmaps for jira.
If you're using Scriptrunner you could create a scripted field that will calculate this using statuses or version releases e.t.c. However this can be performance heave so make sure to test it out properly first.
Best regards,
Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Markus, thank you for suggestion. It sounds as a good direction.
I was thinking to setup a jira flow in following manner:
In my current Jira there is a status Closed and for now it represents everything that is moved to Done column.
How should I apply Resolved status so that it represents Released to Production:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.