Versions Compared

Key

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

...

Code Block
languagexml
titleExample Windows
collapsetrue
 %TEMP%/test.exe
JOC Cockpit variables

 

Jira
serverSOS JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId6dc67751-9d67-34cd-985b-194a8cdc9602
keyJS-1388

...

Expand
titleVariables
NameDescription
${JOC_HREF_JOB_CHAIN}Link href to the job chain object in the JOC Cockpit
${JOC_HREF_ORDER}Link href to the order object in the JOC Cockpit
${JOC_HREF_JOB}Link href to the job object in the JOC Cockpit

 

Code Block
languagexml
titleExample
collapsetrue
<a href="${JOC_HREF_JOB_CHAIN}">JOC job chain</a>
<a href="${JOC_HREF_JOB}">JOC job</a>

...