Hi!
We faced with a problem that this script doesn't work with the JQL request "issueFunction in subtasksOf ()" once it's installed
Could you advise on whether this means that "Sync all issues" function should be enabled ?
What is the impact on the projects within the whole instance in this case ?
Can this step be skipped if the solution is different ?
Thank you
Liliya
Hi,
Could you please send the complete JQL that you are trying to use?
Thanks.
Hi
Here is the request :
issueFunction in subtasksOf ("label=CQdelete")
KR,
Liliya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I guess that the error that you are facing is
If you are getting this error, the problem is that "label=CQdelete" is not a valid subquery.
If you are using the Labels System Field the query must be:
issueFunction in subtasksOf ("labels=CQdelete")
Regards,
Marcos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still doesn't work anyway
The message says that issueFunction doesn't exist or you don't have permission to view it
KR,
Liliya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
You can try to disable and reenable the Scriptrunner Add-On or restart JIRA.
Both solutions were proposed here https://community.atlassian.com/t5/Jira-questions/I-cannot-run-issueFunction-in-JQL/qaq-p/3899
Regards
Marcos
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.
It's great to hear that!
Have a nice day,
Marcos
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.