Web links
The examples on this page describe how to build a JQL search using JQL Search Extensions.
Web links JQL keywords
Web links were called Remote links in previous versions of Jira.
remoteLinkUrl
Find issues that contain the remote link with the URL.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues that contain both URLs.
remoteLinkUrl in ("http://digitaltoucan.com/our-products/jql-search-extensions/", "https://google.com")remoteLinkUrlPartialMatch
This keyword is similar to remoteLinkUrl but supports partial match. All the slashes are replaced with spaces. Word match will differ depending on your word stemming configuration in Jira.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues that contain appfire in the URL.
remoteLinkUrlPartialMatch ~ appfireremoteLinkApplicationName
Find issues that contain the remote link to an application, such as Confluence.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues that link to Confluence:
remoteLinkApplicationName="Confluence"remoteLinkApplicationType
It is similar to remoteLinkApplicationName but matches the application identifier.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues that link to Confluence.
remoteLinkApplicationType="com.atlassian.confluence"remoteLinkHost
Matches the host part of the remote link.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues that link to jqlsearchextensions.atlassian.net.
remoteLinkHost="jqlsearchextensions.atlassian.net"remoteLinkQuery
Matches the query part of the remote link.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues that link to URLs, for example, http://host.com/path?pageId=1234.
remoteLinkQuery="pageId=1234"remoteLinkPath
Matches the path part of the remote link.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues that link to URLs such as http://host.com/path?pageId=1234.
remoteLinkPath="/path"remoteLinkTitle
Find issues with a remote link title.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues with the title My Page.
remoteLinkTitle="My Page"remoteLinkTitlePartialMatch
Find issues that contain text in the remote link title. Word matches will differ depending on your word stemming configuration in Jira.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS |
|---|
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
