Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Query Help

reddymanuja February 18, 2020

Hi,

I am trying find what's the way to know if each of my tasks have components or not instead of going to every work item. Is there a query to run to do this? Please advise.

thanks,

Manuja

2 answers

0 votes
Dorota Gut-Knapik
Contributor
February 18, 2020

Hi @reddymanuja,

You have two options (let's say you have project key TEST):

 

  1. Write a query that shows you all items without components and save is as a filter:
    1. project = TEST AND component is EMPTY
    2. You can subscribe this filter so it will send you an email notification with items listed.
  2. Write a query that shows you all items in the project:
    1. project = TEST
    2. Add it to Two Dimensional Filter on the dashboard, where Y axis is components and X axis, e.g. an issuetype:
      1. Zrzut ekranu z 2020-02-18 20-42-19.png
reddymanuja February 19, 2020

can you come online to help?

0 votes
Mikael Sandberg
Community Champion
February 18, 2020

Hi @reddymanuja,

Welcome to Atlassian Community.

This JQL should get you all issues that do not have a component: component is EMPTY

reddymanuja February 19, 2020

how or where do we run this? please advise.

Mikael Sandberg
Community Champion
February 19, 2020

Go to Issues > Search for issues. If you have not used the advance search before it is set to basic, just click advanced and enter the JQL.

reddymanuja February 19, 2020

Thank you! I see it now. 

Suggest an answer

Log in or Sign up to answer