Hi all,
Is it possible to search for issues based on their link to another issue.
Thankyou kindly for your help.
Tom
Hi Guys,
Thank-you for getting back to me so promptly,
Couple of queries.
- What is JQL? Is this Java Query Language or JIRA query language?
- How do i know if I have the Script Runner plugin?
I feel i must point out for clarification that i am a JIRA end-user, not a software developer.
Tom
JQL is jira query language.
You could ask your jira administrator, if the script runner plugin is installed. Or you could simply start typing"issueFunction in Link...." in the search bar and if it is autocompleted, scritp runner is already installed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you try to query for "issueFunction in ..." and the autocomplete shows the options you have de script runner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not with default jql. however, there is a bunch of plugins for this:
Prepare a filter with JQL functions :
1. Script Runner plugin
- linkedIssuesOf(Subquery, link name)
2. Search Linked Issues for JIRA plugin: https://marketplace.atlassian.com/plugins/org.craftforge.jira.craftforge-jql-functions-plugin
3. JQL tricks plugin:
https://marketplace.atlassian.com/plugins/com.j-tricks.jql-plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.