You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 27 Next »
Approvals can be defined for all tasks the workflow of which may require such a step. They allow users and groups to be associated with a task, for the purpose of either approving or rejecting the task.
To define approvals, please navigate to the Approvals category.
Approval tickets
In SimpleOne, once a task requiring authorization is submitted, then it transitions to the authorization stage. For this, approval tickets should be sent to all persons responsible for the approval. In such a ticket, every recipient is proposed to approve or reject a request.
Approvals
In this list, you can find all the approvals that have worked in the system. Please be noted that "the approvals" are not equal to "the approval tickets", because one approval may contain a number of the approval tickets to approve.
To view this list, please navigate to Approvals → All Approvals.
Field | Mandatory | Description |
---|---|---|
State | Y | Approval state. Available choice options:
|
Approver | Y | Reference to the user responsible for approving the related record. |
Approval Type | Y | The approval type depending on the type of the participant. Available options:
For more information, please refer to the Flexible Approvals article. |
Item | N | Reference to the item that was processed by the approval rule and approved or rejected. |
Display Name | N | Approval display name (copied from the Item subject). |
Subject | N | Approve subject (copied from the Item subject). |
Description | N | Approve description (copied from the Item description). |
Comments | N | A text field for storing comments regarding the approval. |
Approval Rule | N | Reference to the approval rule that was run for this approval. |
Approval Set | N | Approval tickets set number (if there were sent more than one sets of tickets for one record). |
Additional Parameter | N | This field contains additional approval parameters. For example, mandatory and non-mandatory approvers list formatted as JSON array: Additional Parameter {"mandatory":["155931135900000001","158696360714088200","158694883210265025","159723031011970067","157416257019674826"],"non-mandatory":[]} |
Approval Rules
Approval rule is a flexible instrument able to trigger on a predefined event. Once triggered, they send a set of approval tickets and process feedback (approves and rejects). Approval rules also can automatically create a set of approvers.
To define the approval rule, please complete the steps below:
- Navigate to Approvals → Approval Rules.
- Click New and fill in the fields.
- Click Save or Save and Exit to apply changes.
Approval rule start condition
Approval rules perform when the start condition specified with the Approve condition field is met. After defining the Target table, all fields of this table are available in the constructor.
Use non-dynamic and dynamic filter conditions (like is (dynamic) or is not (dynamic)) when composing conditional expressions with the Condition Builder to make your business rules more versatile. You can create complex AND and OR filters, more than one in one approve condition.
Approval Rules form fields
Field | Mandatory | Description |
---|---|---|
Table | Y | Specify a table which will be processed by this approval rule (for example, Incident). |
Approve Condition | N | Create a condition to meet before sending approve tickets. Use the Condition Builder to build a filter that fits your needs. |
Approver | Y | A choice field specifying a category of users responsible for the request approving. Available choice options:
|
Users | N | If the Users option was selected in the Approver field, choose one or more users responsible for the approval process in this dictionary field. |
Script | N | If the Script option was selected in the Approver field, enter the script extending your approval condition. You can use SimpleOne server-side API there. Script if (current.assignment_group.getValue('responsible')) { setResult(current.assignment_group.getValue('responsible')); } else { setResult(current.reviewers.split(',')); } |
Group | N | If the Group option was selected in the Approver field, choose the group responsible for the approval process in this dictionary field. All the group members will have approval tickets to process. |
Approval Abortion Rule | Y | In this field, you can specify the condition of the approval request reject. Available choice options:
|
Count | N | Specify a limit of the rejected tickets for the approval request reject. The field appears if the Approval Abortion Rule field value is Set rejected tickets limit. |
Approval status
Generally, the approval status of any issue may be either Rejected or Approved. Other states may depend on issue types and their state models.
For example, Change Request will have the Authorization state on the approval stage. If the request is approved, then it will pass to the Scheduled state; otherwise, it will return to Registered.
- No labels