lfShowFieldMessage

The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.

Description

Displays a message for the given field.

Parameters

Return Type

None

Example

On the issue screen, the message will be displayed like in the image below:

lfShowFieldMessage("assignee", "Assignee changed", "SUCCESS");

The messageClass parameter can be:

  • ERROR: will display an error message

  • WARNING: will display a warning message

  • SUCCESS: will display a success message

  • INFO: will display an info message

If the messageClass is not specified an info message will be displayed as default.

The messageSize parameter can be:

  • SMALL: will display a small message

  • MEDIUM: will display a medium message

  • BIG: will display a big message

 

If the messageSize is not specified a medium sized message will be displayed as default.

See also