No,It is the Remote issue links in JQL,you can see the details in the website.Script JQL Functions (adaptavist.com)
(Has Remote Issue Links)
I want to query an issue(Remote issue links) whose status is closed.Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issueFunction in hasRemoteLinks() and status = closed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi. I hava a new question,
My vision of remotelink refers to two jira instances linked by applicationlink
for example:
Jira A in Issue 1 is remotely linked with Jira B Issue 2, and then can I query the remote linked issue 2(issues with the status of closed) in Jira A through JQL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have not deployed the SR plugin.
Btw. the following statement is mentioned from the online doc.
Find issues linked to a specific web host:
issueFunction in linkedIssuesOfRemote("host", "www.stackoverflow.com")
Find issues linked to a path starting with a particular string:
issueFunction in linkedIssuesOfRemote("path", '/jira*') issueFunction in linkedIssuesOfRemote("path", '/projects*')
Find all issues with a remote link to some Atlassian app (Confluence, JIRA, Bamboo, Bitbucket, etc.):
issueFunction in linkedIssuesOfRemote("application type", "com.atlassian.*")
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.