Since the latest update of our Jira Software its no longer possible to filter for issues, that are linked to issues in our project.
We have several projects in our company with dependencies (especially for deployments) and we need to see a list with tickets that are ready for testing, ready for deployment AND are linked with existing issues in our board, that are selected for next release)
already tried without success:
issueFunction in linkedIssuesOf("project = PROJECTKEY")
issueFunction in linkedIssues("project = PROJECTKEY")
I get the error:
Hi Patriza,
Thank you for your question.
I can confirm that in Jira Cloud you can only use the issueFunction() JQL function provided by ScriptRunner on the Enhanced Search page as described in the documentation here.
This is due to the way that Atlassian restricts how the JQL functions can interact with their infrastructure meaning we must run them in a sandbox process.
However, this does not mean that they cannot be used inside other filters or on filters for Agile boards. To use the functions in other filters, you may follow the steps outlined below.
Create the JQL search used by your board filter or quick filter and reference the saved filter using the syntax shown below, which will return the results of your filter using the JQL functions provided by ScriptRunner.
filter =
"<NameOfFilterHere>"
If you need further assistance in getting the query working then can I please ask you to raise a request with our support team located here.
I hope this helps.
Regards,
Kristian
This isn't a native JQL feature.
IssueFunction is usually related to an app - was this app potentially uninstalled or deactivated?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
we have installed the following:
Adaptavist - ScriptRunner for Jira Cloud
Behaviours - ScriptRunner for Jira Cloud
JIRA Toolkit 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.