I would like to know how many unique engineers have worked on all issues within an epic. Is there a way to use Jira automation to build a custom field on an epic that captures the # of unique assignees that have worked on any child issue of that epic?
Hi @mborinstein
If you wanted to measure this value from this point forward, you could:
To measure this for existing Epics, the approach described by @Marc - Devoteam to check the changelog history could be used...or investigate marketplace apps which can perform this type of analysis.
Hi @Marc - Devoteam -- In my experience, when teams have individuals (rather than pairs / mobs / teams) work on work items, counting this measure may help manage several of the Lean wastes: delay, task switching, motion, over processing, and management activity. (And perhaps also the others too: inventory, defects, and over production.)
Kind regards,
Bill
Hi, @mborinstein
Theoretically probably.
You would first need to get all issues and then branch over all the issues and within the branch create a web request to get each of the issues change logs and find all assignee changes.
Then would would need to store those in a variable, then remove all duplicates.
It will be messy and probably will fail at times.
My real question is why, what would this KPI bring you?
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.