hi folks,
on a workflow transition I wish to change the summary of the task to:
New Process - ReportersName
Using Set Field Value to constant or Groovy expression Function for this transition and entering this expression:
"New Process " + issue.get("reporter").getDisplayName()
but it dosn't work.
What should I be doing?
thanks
Summary = "New Process" + issue.get("reporter").getName()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.