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()
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.