When I try to combine the following two statement I loose the ability to create a sprint on the board that uses the filter
issueFunction in issuesInEpics("project = WMS and status = 'Ready' ")
OR (issueFunction in issuesInEpics("project = WMS and status != 'Ready'") ) project = WMS AND status not in ("To Do", Backlog, Done) )
I have changed the second statement to this with no luck.
(project = WMS AND status not in ("To Do", Backlog, Done) and issueFunction in issuesInEpics("project = WMS and status != 'Ready'") )
If I run either statement individually I am able to create the sprints
The intent of the second statement is to show a story for an epic that represents a POC required to continue refining the other stories in the epic, which we don't want to show on the board as they are not refined yet
Appreciate any insights you might have
Issuefunction doesn't work for Cloud, unless you have an addon (Scriptrunner) to make them function.
When I run part of that query on cloud, I get this error:
Your JQL includes the [issuesInEpics] function from the [Adaptavist Scriptrunner] app for Jira Server. This function works differently in Jira Cloud. Refer to https://docs.adaptavist.com/sr4jc/latest/features/scriptrunner-jql-keywords-functions for details or contact the app provider.
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.