On This Page
Predefined Helper Placeholders
When sending the Workflow Integrator request, SecureChange runs a script that parses the JSON template and replaces placeholders with data from the SecureChange ticket.
The Info menu () lists all non-field related placeholders and placeholders associated with complex field data.
The following tables contain placeholders that you can use in the JSON template. In addition to the placeholders listed in these tables, you can also use field names as placeholders.
Ticket Placeholders
Placeholder |
Description |
---|---|
ticket_id
|
Returns the SecureChange ticket id. |
ticket_subject
|
Returns the ticket subject. |
ticket_comments
|
Returns the ticket comments as a JSON. |
latest_comment_content
|
Returns the last ticket comment value. |
workflow_name
|
Returns the ticket workflow name. |
ticket_requester
|
Returns the ticket requester name. |
|
Returns the ticket requester full name. |
ticket_start_time
|
Returns the start time of the ticket. Format: Y/m/d H:M:S |
|
Returns the end time of the ticket. Format: |
|
Returns the ticket domain name (Segregated mode only). |
|
Returns the URL for the ticket task. |
|
Returns the step assignee name of the current last step. |
|
Returns the current step name. |
|
Returns the redo comment. This placeholder can only be used with |
|
Returns the reject comment. This placeholder can only be used with |
|
Returns the failure description. This placeholder can only be used with |
|
Returns the date and time. Should be used to get the time to enter the step. Format: |
|
Returns only the date. Format: |
|
Returns the current step id if ticket is in progress. |
|
Returns the current task id if ticket is in progress. |
Field Placeholders
Designer Placeholders
Placeholder |
Description |
---|---|
designer_commands
|
Returns the designer commands for FW based commands. |
designer_status
|
Return empty string if succeed or “Error: Problem with Designer” if failed. |
designer_results_json
|
Returns the JSON response of the designer results. |
Risk Analysis Placeholders
Placeholder |
Description |
---|---|
risk_status
|
Returns “YES” string if risk has been found or “NO” if no risk. |
risk_results
|
Returns the following JSON representation of the risk analysis results. |
Verifier Placeholders
Placeholder |
Description |
---|---|
verifier_status
|
Returns “Fully implemented” string if all the ARs on the ticket have been verified or
“Not implemented” if at least one of the ARs has not been fully implemented. |