...
Create markup of JIRA text.
Operator Usage in Easy Mode
- Click + on the parent node.
- Enter the Markup Jira Text operator in the search field and select the operator from the Results to open the operator form.
- In the Table drop-down, enter or select the table containing the data to run this operator on.
- In the Column to Header Mapping, enter the columns to be included in the output.
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- Click Cancel to discard the operator form.
Usage Details
LQL Command
Code Block |
---|
function markupJiraText(inputTable:TableReference, columnToHeaderMapping:Map[String, String]) |
...