Hi...I am following the steps found in the scriptrunner doc here https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html but when I try to do issuesInEpics("project = DFWTEAM2") I get the following error:
Error in the JQL Query: Expecting operator but got '('. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'. (line 1, character 14)
what am I missing?
Thank you for your assistance
The rest of the clause? You seem to be missing "issueFunction in" on the beginning of that.
Hi Nic...thank you for your reply...I was trying to follow the steps under the More Complex Examples section :
Find all the stories in an epic, and all their subtasks. With these complex queries it helps to break them down into pieces, so the first step is to find the stories of the epics in a particular project, let’s say the JRA project.
issuesInEpics("project = JRA")
Now save that as a filter, called for example, Stories in Epic.
I guess I just need to save the filter like that (without actually executing it) since it will be used later on as part of the more complex filter....thank you for your quick assistance.
Another quick question though...is there a way to find all stories in epics in my instance (without restricting it by projects or status or any other criteria)
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, you need to use the simple examples to form a valid clause first. The advanced line you're looking at is different to all the other usages, and it looks like a mistake in the doc to me, as it doesn't work.
You could try a clause that is always going to return everything like "issue type is not empty"
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.