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.
Community moderators have prevented the ability to post new answers.
Thank you Jobin it works....
You can use a JQL.
(issuetype = Bug or issuetype = Task) AND component is EMPTY
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.