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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to search issues linked to an asset

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.
Dec 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

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.
Dec 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

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