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.
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.
Hi Mayur,
You should be able to use:
com.atlassian.jira.issue.link.RemoteIssueLinkManager
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI we are also facing the same issue, anyone has answer for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.