Jira filter for components without a task

Kert Uppin January 11, 2022

Hi!

Would like to know if it's possible to filter via Jira query all components which are created by jira admin, but are not liked with any task.

 

Example:
Jira admin created 3 components.
CM-A, CM-B, CM-D

CM-B component is linked with tasks.

But would like to filter CM-A and CM-D out with JQL.

 

Using not exists or not in values, give 0 result, meaning those can't be used at charts.

 

Currently it can be seen from Jira admin side, issues filter only.

1 answer

1 vote
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 11, 2022

So you could go thru 1 component at a time...

Component A

Component B

Component C

JQL - component = "Component A"

If it returns zero issues then that component it's not associated to any issue. Repeat for all other components.

Kert Uppin January 13, 2022

Indeed it could be done, but depending on components amount it's costly.

Took currently workaround, Jira admin just shares information into jira task, which components have 0 issues.


That info is added into jira dashboard, filtered by description so we can see that information.

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 13, 2022

Yes indeed it could take some time to go thru a long list. Basically 10s per component is a good estimate.

Suggest an answer

Log in or Sign up to answer