Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available since starting with 

JJUPIN
  • Power Scripts 2.5
  • katl-commons 2.5

Syntax

lfGlobalMessage(message, messageClass);

Description

Excerpt
Displays a global message.


Parameters

ParameterTypeRequiredDescription
messageStringYesThe message Message to display.
messageClassStringYesNoThe message Message type.

 
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.
  • HINT: will display a hint message.
Note

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


Example

Use the following code to display a global error message.

Code Block
lfGlobalMessage("This is a global message!", "ERROR"); // where message = "This is a global message!" and  messageClass = "ERROR"

 The message will be displayed on the issue screen like in the image below:

Image RemovedImage Added

See

...

also

Filter by label (Content by label)
showLabelsfalse
max35
showSpacefalse
sorttitle
cqllabel = "live_fieldslf_routines"
labelsjira_comment_routine