Skip to end of banner
Go to start of banner

Last modified by scripted field

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

We've encountered an issue exporting this macro. Please try exporting this page again later.

Problem

You would like to display the name of the last person to update an issue in a custom field.

Solution

JFieldChange [] changes = lastIssueChanges(key);
return userKeyToDisplayName(changes[size(changes)-1].user);

  • No labels