Hi, relatively new to writing JQL but I need to find a way to search for all the issues in other projects that are impeded by our project.
So far I've come up with the following:
project in (Other Projects) AND issueFunction in linkedIssuesOf("Project = Our Project", "is blocked by") OR issueFunction in linkedIssuesOf("Project = Our Project", "is depends on")
I get the following issue:
Error in scripted function: linkedIssuesOf, see below
NoViableAltException(59@[])
Looking at other questions I haven't seen a clean way to do this without the use of a plug in. Is there any know workaround to this limitation?
Thank you!
Hi @Aisha Apps and welcome to our Community!
I believe the similar question has already been answered:
ScriptRunner throwing NoViableAltException
Please, see the answer by @JamieA
Hope this helps.
Thanks! I used the single quote fix as suggested but now I'm getting another error..
Error in scripted function: linkedIssuesOf, see below
MismatchedTokenException(-1!=39)
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.
Wow that worked, fantastic thank you.. I guess I just needed to be pointed in the right direction.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad it worked :)
You're always welcome here. Don't hesitate to ask should you have any difficulties.
Have a nice day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Aisha Apps Please note that the solution provided to you is available only if you have the licensed plug-in 'Adaptavist Scriptrunner for JIRA'.
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.