error messasge on script after upgrade Jira/Scriptrunner

Hilli Balzer - PractiProject 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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