Set Field Value to constant or Groovy expression - How to get current user name into Summary

Chris Shepherd April 28, 2017

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

1 answer

1 accepted

0 votes
Answer accepted
Craig Nodwell
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 5, 2023

Summary = "New Process" + issue.get("reporter").getName()

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events