How do I search a Remote System Reference custom field?

Erik McClenahan July 8, 2014

I've added a custom field of type Remote System Reference. I can see this field appear on my JIRA items (like Bugs or New Features) but I cannot use the search to find JIRA items by the values I see in this custom field.

For example, if the value for my custom Remote System Reference field shows up as "Ticket #200 - Bad things 'happened'", I cannot find the JIRA item by using either the Basic or Advanced search.

In the Basic search, I pick my custom field from the More dropdown control and then enter Ticket #200 - Bad things 'happened' as the value and click the Update button (I have no other filter criteria). Nothing returns.

In the Advanced search, I type this (below) and nothing returns:

cf[10400] = "Ticket #200 - Bad things 'happened'"

I've even tried escaping the single quotes but that didn't make any difference.

2 answers

0 votes
Mayur Ingale May 8, 2019

Guys, have you got any pointer to fetch Remote System Reference field in groovy script.

I'm trying to add a scripted validator for this field type.

Katy Kelly
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.
May 9, 2019

Hi Mayur,

You should be able to use:

com.atlassian.jira.issue.link.RemoteIssueLinkManager
0 votes
Srikanth Gannavarapu February 9, 2016

HI we are also facing the same issue, anyone has answer for this?

Suggest an answer

Log in or Sign up to answer