Hello @Dionei Piazza ,
If an app is not an option, your best bet would be the Control Chart that is available as a report in Kanban Boards of Jira Software.
While using the Control Chart, you can define a "quick filter" to filter only subtasks and define a board column to group workflow statuses that correspond to your Lead Time definition. The downside is: Control Chart is targeted more towards the overall picture. It shows averages and standard deviation but it is hard to work with individual issues on it.
I know you said you can't afford an app for this but for other users visiting this question with a similar need, I would like to note that our team at OBSS built Time in Status app for this exact need. It reports how much time each issue spent on each status and gives you the option to consolidate issues to get metrics like Lead Time or Cycle Time.
I have issue types Story, Tasks and Bugs in a workflow.
Because they are very small activities, the sub-tasks I put in another workflow that contains only "ToDo | Doing | Resolved".
With this configuration, I am unable to obtain sub-tasks in Jira reports. I think it is precisely because they are in different workflows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Story, Task and Bug are (by default) standard issue types in Jira. That means they are not subtasks but parent tasks. The built-in Subtask issuetype is a sub-task issue type (please forgive the pun). It is just like any other issue (with its own key, summary, field values and workflow) but it is located as a subtask of another issue. You can define mutliple sub-task issuetypes on your system with different names.
While searching for issues in Jira's issue search page, you can enter a JQL query like below to filter only subtask issue types.
issuetype in issuetype in subTaskIssueTypes()
You can use the same JQL to define a Quick Filter for your Kanban Board and when working with Control Chart, you select this Quick Filter to see only the subtasks in your project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean by “lead time”? I’m not familiar with that term in the context of Jira and sub-tasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Lead time: The time difference (day / hour) between the beginning and the end of a deliverable that passes through the Kanban board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so let me first provide this disclaimer - I have not tried this and therefore cannot provide a definitive solution but I believe it could work for you.
Given you are on cloud you may be able to accomplish your goal using the built in Project Automation. Here is the concept:
If you feel this might work and try it, please report back w/ your final solution as other readers could benefit. If I get some free time I may give it a go and will do the same, likely thru an article in the Community.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
update: my quick test proved successful. Here is the basic test i did...
Obviously, you will want to adjust the automation and use of custom fields to achieve you precise goal but it does work. I plan to write up an article on this in hopes that it will help others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi May I know more about this implementation - i am also looking for the similar one. May be your article will be more helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have issue types Story, Tasks and Bugs in a workflow.
Because they are very small activities, the sub-tasks I put in another workflow that contains only "ToDo | Doing | Resolved".
With this configuration, I am unable to obtain sub-tasks in Jira reports. I think it is precisely because they are in different workflows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, Control Chart can be helpful for you if you are interested in average data and want to monitor it at the graph view.
But more details information about the lead time you can get using third-party add-on likes:
- Time in Status for Jira Cloud (by SaaSJet) - using it a status group feature.
- Time between Statuses - by setting start/pause/stop statuses for the timer.
Hope it will help you choose the right tool
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.