Hi everybody,
I have an error when trying to add new post-fucntion for transition. I want to automatically update Resolution field for Force closed and Closed after testing statuses
Can somebody help me with this?
JIRA v6.3.10
Error 500:java.lang.IllegalArgumentException: Cannot find expected argument 'fieldValue' in parameters.
You don't need the JSU to do this, the "set field" post-function in basic JIRA sets resolution easily. Have a look at the default workflow - it clears the resolution on re-open.
It`s true if you want to clear Resolution field.
But I want to update value for example to Fixed. We need it, because developers want to see strikethrough on the Issue when they will select Force Closed. For strikethrough we need change resolution field..
add_post.pngadd_param.pngerror_500.png
The standard function that provides "set field to <none>" also provides "set field to <something>", and that's the one I recommended you use.
Your question had JSU errors in it, which makes it look like you have a broken JSU function, and I assumed you were trying to set the resolution using a JSU function, which you don't really need because JIRA has one built in.Anyway, it now looks like you are using the built-in function. So the resolution field is actually a red-herring because that's working fine.The error message you are getting is being thrown by a JSU function. Could you have a look at the other functions you have on the workflow? What validators and post-functions have you put on the transition that is failing?
Hi Nic,
unfortunately I have not reputation at this forum, so I can naswer only twice in 24 hours
This is settings of transition that I am trying to modify:
trans_2.pngtrans_1.png
I`ve already updated JSU to the newest version for our JIRA, but it did not resolve the problem
It looks like you're new here. Sign in or register to get started.