Versions Compared

Key

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

...

print(variable)

SinceStarting with Power Scripts for Jira 2.5 and katl-commons 2.5 this routine has been changed. Before this change was done the print routine was printing the message in the application log, on INFO level.

The arguments are converted to string and then printed. Since Starting with the new version no configuration for logging is necessary because the arguments (converted to string) are always shown in the application log.

...

Parameter name

Required

Description

variable

Yes

The value that you want to be printed. The value argument can be any printable characters: strings, chars, numbers, dates, intervals, etc.

...