Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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.

...

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

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