...
runnerLog(message, percent, action) (Since starting with Power Scripts for JIRA 33.0.10(formerly known as JJUPIN))
Description
Puts the message 'message' on the console of a runner gadget. This is a special routine making sense only in Power Scripts for JIRAJira/SIL Excel Reporting and only for the runner. The use of it has no effect whatsoever whatever besides for the runner.
Note |
---|
Since Starting with Power Scripts for JIRAJira 3.0.10, runnerLog routine can also render a progress bar by specifiing specifying the percent we want to be set. |
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
message | string | Yes | Specifies the message to be put on the runner console |
percent | number | No | Specifies the percent to be updated on the progress bar |
action | string | No | Specifies the action to be executed (so far, the only action considered is init_progressBar - to initialize the progress bar; everything else will be ignored) |
Return type
string, can be always ignored
...