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: 

IQL and JQL: Returning linked JSM tickets to an Insight object

Juan Du Toit
Contributor
May 10, 2021

Hi,

I need to run a query to return all incidents linked to a specific merchant object (Merchant ID)

Basically using IQL and JQL in one query

Not sure how to do this in cloud or if it's currently possible.  My understanding is that it is possible on the server currently.

Regards,

Juan

 

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Mathieu Truchot
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.
May 12, 2021

Hi,

I am afraid you're right, there is no easy way to do it.

See below for workaround : https://community.atlassian.com/t5/Jira-Service-Management/How-to-search-issues-linked-to-an-asset/qaq-p/1566920

If someone has a better option I will be  happy too.

Cheers,

0 votes
Björn Gullander
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 19, 2022

Hi, 

The iqlFunction is also available on cloud. You should be able to use something like the following in the advanced issue search: (Note the single quotes to surround the IQL query)

issuetype=Incident AND MerchantField in iqlFunction(' "Merchant ID" = 1234')
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events