Is it possible to get "hold" column metrics in team-managed project or do I have to change to company-managed project?
Our team uses 5 columns in Team-Managed Jira; Ready, Work in Progress, Hold, Ready for Review, & Completed. When a team member experiences a delay due to waiting on another team to take action & get back to our team, we place the card in the "HOLD" column. Once we have what we need from this other team, the team member moves their card back to work-in-progress column to continue working.
I want to automate the time cards spend in the hold column. Is this possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you mean you want to automate keeping track of how much time the issue spends in that column? And then be able to report on that later?
To do that you could use Automation and 1 or more custom fields.
Here is one possible solution:
Can the issue be put into the Hold status multiple times? Would you want to know the total of all the time spend in Hold in that case, or the time for just the last cycle it spent in Hold? That would impact the automation.
Do you want to know the date/time that the issue was put in Hold and then removed from Hold? That would also impact the automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Claspill, correct; I want to automate keeping track of how much time a card spends in the Hold column. Cards can be put in & out of hold multiple times so total time spent in hold would be important. Date/Time put in & out of hold is not critical; simply want to know total time cards spend in hold status for a set time range.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case my suggestion should work:
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.