Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to search issues linked to an asset

Christoph M
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!
December 30, 2020

Hi

I am quite new to Jira, so I hope this is not a stupid question... But after one hour try and google....

I have a classic service management project and also activated Insight asset management. I can link issues via the default field "linked asset". I can also add the column to a list.

From the Insight asset management I can see the "Connected Jira issues" - filtered to "unresolved". Would there by a way to see all the issues or change the filter here?

From Jira Service Management I can try to filter issues in advanced search based on the "linked assets" column. I will find issues if I search for != "xxx" (all linked issues are retrieved). But a ="exact name of the asset" will retrieve nothing.

Thanks for help!

Christoph

1 answer

1 accepted

2 votes
Answer accepted
Ravi Sagar _Sparxsys_
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.
December 30, 2020

Hi @Christoph M 

In my knowledge this is a bit limited on cloud. The best you can do is go to the asset page and look at the connected issues.

Or

You can use this method.

Use REST API to find the value stored for this issue.

In your browser type this.

JIRA_URL/rest/api/3/issue/ISSUEKEY

You will get Issue data as JSON response where you can locate your field.

"customfield_10055": [
      {
        "appKey": "com.riadalabs.jira.plugins.insight",
        "originId": "4548_11",
        "serializedOrigin": "com.riadalabs.jira.plugins.insight/4548_11",
        "value": "com.riadalabs.jira.plugins.insight/4548_11"
      }
    ],

Then use the JQL.

"Host[Assets]" = "com.riadalabs.jira.plugins.insight/4548_11"

Not ideal but kinda works. I hope it helps.

Ravi

Christoph M
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!
December 30, 2020

Hi Ravi,

"kinda works" describes it quite good......

But at least a way.... ;-)

And it was really not an easy one, that I was to blind to see ..... ;) 


Thanks a lot

Christoph

Like Ravi Sagar _Sparxsys_ likes this
Ravi Sagar _Sparxsys_
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.
December 30, 2020

Yes, Insight is new on cloud and Atlassian developers have probably not written code to search it by name yet. I guess based on the value the issue navigator is able to render the name of the asset. I am sure this will be improved in future.

Like Nicholas Mitchell likes this
Nicholas Mitchell January 31, 2022

Hi @Ravi Sagar _Sparxsys_ ,

Thanks for this.

Cheers

Nick

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events