I have components in the Project dimension and Assignees as the other dimension (preferably top). In the cell I would like to see a count of how many times each assignee has had a sub-task under an issue with that component listing. I can't figure out how to make a measure to show that. - I don't want the parent issue's assignee included in the number, just the sub-task assignee.
I should mention that the intent of the report is to show total numbers for each component-asignee cell and not individual assignments by subtask.
Hi @Ed Weill - If you're trying to exclude the parent, your underlying filter should explicitly call out sub-tasks
issueType = Sub-Task
This assumes the sub-task is also making use of component. If component is currently only captured on the parent, you could also introduce some automation to make sure the component is copied down to the sub-task:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sub task is NOT using component - that is the problem.
The component field is not in the sub-task in Jira. Even if we were to add it (which I would prefer not to do), I don't understand where I would do the things you listed. I am assuming somewhere in JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apologies... I just realized you're on Jira server so you may not have automation. It's available as a free marketplace add-on developed by Atlassian, but not included as part of the installation. If you decide to go with my original recommendation, you'd need to install that app.
Ultimately, dashboards are simply not intelligent enough to query against a sub-task, but display against its parent. You would need to mimic the component field on the Sub-Task. This would allow the dashboard to present the info.
Note - if you're using something like automation, you can still have the component hidden from the Sub-Task screen. Just as long as its available in the field configuration, automation can update it behind the scenes.
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.