Is it possible to search for issues in JIRA that have a remote issue links? And if so, can I actually search on the content of the issue link?
Regarding on your issue, I have found one new feature request has been raised: https://jira.atlassian.com/browse/JRA-29072 which is similar on your issue.
This issue is regarding on *Issue Navigator should display the Remote Link*. It seems like this feature is still not implemented yet.
On a side note, I did some testing on my test instance as well. However, I am not able to retrieve any issues that have remote-linked with other issues placed in another instance via JQL.
My opinion is that if the issue navigator is still not able to retrieve it, then JQL won't be able to work as well.
So please try to vote this feature request ticket: https://jira.atlassian.com/browse/JRA-29072 to increase its popularity and don't forget to add it to your watchlist for future updates.
You can try to use the script runner plugin for jira.
But you need to know the url of the remote instance where issues link to.
An example is linking issues to a confluence page. You can add the query:
issueFunction in linkedIssuesOfRemote(
"http://www.acme.com/confluence/pages/viewpage.action?pageId=11469162"
)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to search for issues that are listed on a specific confluence page. I used this post function and it does works but it is not showing all the issues on that page.
issueFunction in linkedIssuesOfRemote("query", "pageId=11469162")
I have around 83 epics listed in confluence page but the above JQL is resulting in only 74 issues
Please guide.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope, there is no way do that with JQL.
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.