To get a report to include each team member’s task complexity total for the issues assigned to this team member .
For example I want a report to display the team member name and next to it the correspond total number of complexity for the issues assigned to him .
Also how can I calculate the summation of the complexation numbers across all issues
Hello @Eman Alfaour
As an alternative, I guess you can try Time in Status for Jira Cloud (developed by my SaaSJet team) with 7 types of status time reports can help you with this.
For example The Time in status report shows how long an issue has been spent in each status.
The Assignee time report displays how long it takes each team member to solve a task.
Also, you can export a report as XLSX or CSV files for further analysis.
This add-on is developed by my SaaSJet team and has a 30-day free trial version.
Please, let me know if you have any questions
Best regards,
Valeriia
Hi @Eman Alfaour,
since the field in question is a Single Select field and therefore not usually "numeric", I believe you'll have a hard time doing this in plain Jira; the only way I can think of is to copy the value from the Single Select into a number custom field using Jira Automation, and take it from there.
This being said, if you're open to solutions from the Atlassian Marketplace, this would be trivial to do in the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of advanced features, including the ability to group your issues by any issue field(s), and calculating sum-ups across these groupings. For sum-ups, JXL is smart enough to "detect" numeric values for select fields, like so:
As you can see above, I'm grouping by assignee and calculate a "sum" sum-up on the complexation field, which is a Single Select custom field (you could also configure other sum-up styles, like e.g. the average value). This works in combination with all other JXL features - from "basic" inline editing, to bulk editing using copy/paste, to other advanced features such as support for issue hierarchies or conditional formatting.
Note that all of this "just works", and doesn't require any scripting whatsoever - I set up the above report in just a couple of clicks.
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hannes ,
Could you show me how to " copy the value from the Single Select into a number custom field using Jira Automation "
I tried this (as shown in the below photo )but all I could get is a "none" outcome .
my single select field is "Task complexity per assignee " and the numeric field is " Task complexity "
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.
Hi Eman:
What is your definition of task complexity? In addition, how does your org determine the complexity (i.e. By story points or other custom fields) + are the org guidelines adhered by all the JSM teams?
Please advise, so I can suggest the appropriate actions on achieving your needs.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this is done by a Select List (single choice) with numbers as its options , but if you have another suggestion regarding this please feel free to let me know .
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.