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: 

Issue navigator: Filter on Component across several Projects

Bjørn Otto Strand
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!
April 15, 2013

Is there a way (including plugins) to filter on Component across several Projects in Jira Issue Navigator?

Thanks.

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Henning Tietgens
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.
April 15, 2013

If you type your query in advanced mode as a JQL statement, you use the name of the component to define the one you search. This one is matched against the names of all components, not the IDs.

0 votes
Ramiro P
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.
April 15, 2013

Hi, you need to have components with the same name in all the projects you want to filter, as @Henning said the JQL searchs by the name.

If the components have 'almost' exactly names you can use the ~ operator that would be a 'like' operator.

Hope this helps!

0 votes
Chaithra N
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.
April 15, 2013

In advance search you can search for particular comonent using

"component = XXXX"

XXXX is the component name

Comments for this post are closed

Community moderators have prevented the ability to post new answers.