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 | ||
---|---|---|
| ||
This routine is available since katl-commons starting with SIL Engine™ 1.0, changed in 2.5. |
Syntax
...
print(variable)
Description
...
Starting with Power Scripts™ for Jira 2.5
...
and SIL 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.
...
Starting with the new version no configuration for logging is necessary because the arguments (converted to string) are always shown in the application log.
This routine is similar to printing a string on the console in any programming language.
Excerpt |
---|
Returns the printable string in the application log. |
Parameters
...
Parameter name | Required | Description |
---|---|---|
variable | Yes |
Value you want to be printed. The value argument can be any printable characters: strings, chars, numbers, dates, intervals, |
and so on. |
Return type
...
None
Example
...
Code Block |
---|
if(isNotNull(dueDate)) { print("You should complete this task before " + dueDate); } else print("This task has no deadline!"); |
See also
...
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|