/secure/WorkflowUIDispatcher.jspa [c.innovalog.groovy.GroovyExpression] [Class:CreateIssueFunction ; Workflow:AAA:PHXQ_WorkFlow ; Transition:711 ; Issue:AAA-9252] Groovy Script threw error: groovy.lang.MissingMethodException: No signature of method: script_448a5c728977dc8755caeedfbbe5488b.string() is applicable for argument types: (String) values: [AAA-9252] Possible solutions: toString(), toString(), print(java.lang.Object), print(java.lang.Object), sprintf(java.lang.String, [Ljava.lang.Object;), print(java.io.PrintWriter)
Where is the script named script_448a5c728977dc8755caeedfbbe5488b
located, and how can I locate the erroneous code?
@何阳历 welcome to the community!
It should be in a Create/Clone issue(s) post-function added on transition ID 711 in AAA:PHXQ_WorkFlow workflow and the error is because you are using .string() method which is not valid.
Thank you for your guidance. I understand the meaning of the error message. I also searched on AAA:PHXQ_WorkFlow but did not find any script that used the '.string('
method.
Can the source code for this Groovy script named script_448a5c728977dc8755caeedfbbe5488b
be found on the server or in the database?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@何阳历 you should be able to see it in UI. What happens if you go to AAA:PHXQ_WorkFlow workflow > Transition 711 > Create/Clone issue(s) post-function? can you share a screenshot?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The string should be java.lang.String .
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.