Versions Compared

Key

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

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Info
titleAvailability

This routine is available starting with katl-commons SIL Engine™ 1.0, changed in 2.5.

print(variable)

SinceStarting with Power Scripts Scripts™ for Jira 2.5 and katl-commons 2SIL Engine™ 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.

...

Excerpt
Returns the printable string in the application log.

Parameter name

Required

Description

variable

Yes

The value that

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

etc

and so on.

None

Code Block
if(isNotNull(dueDate))
{
  print("You should complete this task before " + dueDate);
}
else
  print("This task has no deadline!");

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "basic_routines"
labelsbasic_routines