Forums

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

Creating filter to display bugs / stories with a linked issue from Service Desk Project

Rob_N
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!
January 14, 2020

Hi...

Looking for some advice here...

Currently utilising JIRA cloud to run Service Desk and Software projects.

I want to create a Filter that displays all Bugs & Stories that are created in one software project that have a linked issue that resides in another Service Desk project. (have multiple Service desk projects)

For example I can create query to simply show all bugs & stories that have a linked issue using the following jquery however I want to further define which project I want to the linked issue to come from

project = GSA AND IssueType in (Story, Bug) AND issueLinkType in (blocks, causes, relates) AND resolution = Unresolved ORDER BY created DESC

Any idea on correct syntax to use?

2 answers

1 vote
Muhammad Ramzan_Atlassian Certified Master_
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 Leaders.
January 14, 2020

You can use any third party plugin like  JQL Search Extensions for Jira & reports  its available for cloud and server both

 

Following query will get all issues linked with the project "projecta", you can manulplte it with further parameters by adding issuetypes etc...

linksIssueProject= projecta

 

Reference:

https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/3375124/JQL+Reference+Cloud#JQLReference(Cloud)-LinksIssueProject

0 votes
Lenin Raj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 14, 2020
Rob_N
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!
January 14, 2020

I was hoping to be able to perform this query without an extension...

Is this the only option?

Thomas Magny-Garcia
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 Leaders.
January 14, 2020

Hi @Rob_N 

I think you will need an extension to do what you want.

The native query doesn't not allow to search two query in the same time, what is what you want: a query to show all issues that have a link (what you did) and a query to filter the linked project.

That's why I think you will need an extension...
Hope it helps !

Suggest an answer

Log in or Sign up to answer