Creating an approval process
You can add approval requirements to deployments. The approval process identifies the deployment and the role of the approver. You respond to approval requests on the Work Items page, or, depending on the configuration, through email.
- An ApprovalCompleted notification template exists for use in the approval process.
- Require Approvals is enabled for an environment. In the application environment, select Configuration at the task bar and ensure that the Require Approvals check box is enabled in the Basic Settings window. Approval Process will be enabled in the environments task bar.
- The email approval feature is available in notification templates created in V7.1.1 and later.
Because templates are not overwritten when you upgrade, you must manually add the email approval
feature to your template if you upgrade from a version prior to 7.1.1. To add the feature to your
template, paste the following script into your email
templates:
#if ($respondUrl) <tr> <td><a href="$respondUrl">Respond</a></td> </tr> #end
Note: You can add the script to all email templates but currently therespondUrl
property is only available for TaskCreated and ApprovalCreated notifications.
Tip: The environment developer can also select the No
Self-Approvals check box that follows the Require Approvals check
box. When this check box is selected, the user who sets up of the approval process cannot
subsequently approve the process.
- View the status of the request by displaying the Deployment Detail pane on the Reports tab. If a request is approved, it is displayed as a success. However, if the request was rejected, it shows as failed. If a request is failed, display the Application Process Request by clicking view request.
- If a comment is made regarding the process, you can view it by clicking the log push button in the actions column on the Application Process Request.