Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

error messasge on script after upgrade Jira/Scriptrunner

Hilli Balzer - PractiProject
Contributor
May 2, 2016

Hi

After upgrading to JIRA 7.0.10 and scriptrunner 4.2.0.6 one of the scripts in a workflow post-function fails with the following message

Failed type checking and we don't know why, it's our fault not yours @ line 1, column 1.

 

looking at the script I see indication as follows:

image2016-5-2 17:1:9.png

on the following line:

commentManager.create(issue, "Jira", "message string: " + reporter.getDisplayName() + ".\nBy script assignToBusinessUserOrRepoter.groovy" , true)

 

Please advise

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 2, 2016

"Jira" is a string, not an ApplicationUser object.  You need to give it a user there.  The commentManager API has changed and can't accept strings any more, so your script needs to be updated.

Suggest an answer

Log in or Sign up to answer