Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL to search issues by the Text of Web Link

Oresta Tymchyshyn
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!
July 27, 2020

I went through documentation here, that describes linkedIssuesOfRemote function. and I am wondering if there is a way to make issue search based on the Text of Web Link of jira issue ?

Thank you !IssueLinkSearch.PNG

2 answers

1 accepted

1 vote
Answer accepted
Italo Qualisoni [e-Core]
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.
July 27, 2020

Hi @Oresta Tymchyshyn ,

Welcome to Atlassian Community!

You were in the right documentation, you will need Scriptrunner app and then you would be able to use the issueFunction to search for issues that have the text as you want.

 

issueFunction in linkedIssuesOfRemote("I want*")

 

I recommend you to restrict to only the project you need are looking for instead looking in all issues.

JQLscripteditorUntitled.png

Oresta Tymchyshyn
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!
July 27, 2020

Thank you @Italo Qualisoni [e-Core] 

Worked for me!

Howard Chin
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!
November 22, 2021
issueFunction in linkedIssuesOfRemote("I want*") 

is not working in JIRA Cloud. Is there any thought how to fix it?

 

Please see this error below

Your JQL includes the [linkedIssuesOfRemote] function from the [Adaptavist Scriptrunner] app for Jira Server. This function works differently in Jira Cloud. Refer to https://docs.adaptavist.com/sr4jc/latest/features/scriptrunner-jql-keywords-functions for details or contact the app provider.

Like Henry Chad Apale likes this
0 votes
Jack Nolddor _Sweet Bananas_
Atlassian Partner
July 28, 2020

Hi,

Alternatively you can also use remoteLinkedIssuesOf() provided by JQL Booster Pack

issue IN remoteLinkedIssuesOf("I want*")

 

Regards

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5
TAGS
AUG Leaders

Atlassian Community Events