The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to query to retrieve tasks or bugs with no components

deereshgupta
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 17, 2014

Hi, I have written query which gives me all tasks & bugs which have components, which i have retrieving  using components which that particular task or bug have. Now i have a requirement to show Tasks & bugs that have No Components attached to it. To my surprise i did not see any component like "NoComponent" in component table of JIRA DB. Please help me.

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
deereshgupta
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 17, 2014

Thank you Jobin it works....

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 17, 2014

You can use a JQL.

(issuetype = Bug or issuetype = Task) AND component is EMPTY
TAGS
AUG Leaders

Atlassian Community Events