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
Hi @reddymanuja,
You have two options (let's say you have project key TEST):
project = TEST AND component is EMPTY
project = TEST
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @reddymanuja,
Welcome to Atlassian Community.
This JQL should get you all issues that do not have a component: 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.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.