Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Report to show which sub-task assignees have worked on which parent component and how many times

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.

2 answers

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.

0 votes
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 13, 2023

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:

  • TRIGGER: Issue Created
  • CONDITION: Issue Type = Sub-Task
  • CONDITION: Component Is Empty
  • ACTION: Edit Issue (Components)
    • Copy from Parent

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?

Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 13, 2023

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events