For a JIRA standard (non-Agile) project, is there a way within JIRA for an individual assignee to generate an aggregate "percent complete" (or "work ratio') metric for his tasks for the entire project? All of the time tracking reports and charts I can find are oriented at the overall project level for the PM. I'm looking for something within JIRA itself, rather than exporting to Excel.
Run a filter for "assigned to me" and add the "work log sum" fields at the bottom of the list of fields to the display.
That only shows the total per issue with sub-tasks rolled up, correct? I'm trying to find a summary value for the entire issue list. Or am I missing something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct. But once you've got a search that covers each issue, you can save it as a filter and run off the timetracking and workload reporting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks; I tried that, and while I can find reports, etc. for remaining workload, I can't find anything that resolves that workload into a percentage complete at the level of an individual user. Ideally, I'd like something that would show:
(Hours Worked)/(Hours Worked + Remaining Estimate) = Percent Complete
(Hours Worked)/Original Estimate) = Percent Complete (highlights variance; not sure what to call it)
I could use the Aggregation Gadget to show a sum of any of those fields and then calculate the percentage manually. I tried using it to average the Percent Complete but that gives an incorrect answer. My goal is to give an end-user something that will do the math for him that he can then use in his status reports to his PM and manager. What am I not seeing? Thanks again for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd be tempted to do that as a scripted/derived field - you'll need to write a plugin to do that, or probably better, use the script runner plugin. The field would calculate for each issue, not an aggregate, but I think you'd be able to use it to aggregate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. That field (percent complete) already exists as a derived field on the existing reports, but the aggregate doesn't work. I could see doing it as a gadget that calculated
PercentDone=Σ(Hours Worked)/Σ(Hours Worked + Time Remaining)
but I was hoping to avoid that.
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.