Good morning everybody
I'm trying to create a JQL s JavaScript Chart for JIRA Cloud, and it does not let me do the same as I had in ScriptRunner. Can you help me to do se similar sentence please. I need search the demandes cloned by the Stoties
The JQL is:
issuetype in (Story) AND issueFunction in linkedIssuesOf(issuetype in (Demande), "is cloned by")
Thank's.
On Cloud, ScriptRunner's issufunction does not work directly in the Issue Navigator, as it requires to use the Enhanced Search section instead. However, filters created and saved through in the Enhanced Search can be used, in example, to feed gadgets. That said, I think it's worth trying to save a filter from the enhanced search and try to use it in JavaScript Chart for JIRA Cloud (either by selecting it, or by specifying a JQL query like: filter=<filter-id>).
Muchas Gracias intentaré probar lo que me dices.
Un saludo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Eduard Diez ,
You can try below jql which also works here..
issuetype in (Story) AND issueFunction in linkedIssuesOf("issuetype=Task", "is cloned by")
Thanks,
Prashant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank's when I met my code in ScriptRunner is not problem it runs ok, but when I put my code in JavaScript Chart this is all time in error because the function are not recognized.
This is my problem. I need to do the same sentence whitout function linkedIssuesOf or whitout any funtion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
What is the error? Did you turn on the Enhanced Search?
http://scriptrunner-docs.connect.adaptavist.com/jiracloud/enhanced-search.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank's when I met my code in ScriptRunner not problem, but when I put my code in JavaScript Chart this is all time in error because the function are not recognized
This is my problem. I need to do the same sentence whitout function linkedIssuesOf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it a Jira Cloud instance? Or a Server one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In JIra Cloud. Can you help me?
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.