...
Configuration element | Value | Code Snippet | ||
---|---|---|---|---|
Name | SOX Test Case |
| ||
Rank | 50 |
| ||
Record Type | Test Test Case, Automated Test Case |
| ||
Constraints | Type = SOX | The Field Is Equal or Field Is One Of constraint can be used for this business rule.
Note: The All Boolean constraint is the default constraint. | ||
Level 1 Approvers | Product Team Member |
| ||
Level 2 Approvers | Product Lead |
| ||
Prevent Author Approval | FALSE |
|
...
Code Block |
---|
{ "Route Templates": [ { "Name": "SOX Test Case", "Rank": "50", "Prevent Author Approval": false, "Record Types": [ "qTest Test Case", "Automated Test Case" ], "Constraints": [ { "Type": "Field Is Equal", "Name": "TypeRegulation", "Value": "SOX" } ], "Levels": [ { "Name": "Level 1", "Approvers": ["Product Team Member"] }, { "Name": "Level 2", "Approvers": ["Product Lead"] } ] } ] } |
...
Configuration element | Value | Code Snippet | ||
---|---|---|---|---|
Name | SOX & GxP Test Case |
| ||
Rank | 60 |
| ||
Record Type | Test Test Case, Automated Test Case |
| ||
Constraints | Type = SOX & GxP | The Field Is Equal or Field Is One Of constraint can be used for this business rule.
Note: The All Boolean constraint is the default constraint. | ||
Level 1 Approvers | Technical, Business |
| ||
Level 2 Approvers | Product Lead |
| ||
Level 3 Approvers | Quality |
| ||
Prevent Author Approval | FALSE |
|
...
Code Block |
---|
{ "Route Templates": [ { "Name": "SOX & GxP Test Case", "Rank": "60", "Prevent Author Approval": false, "Record Types": [ "qTest Test Case", "Automated Test Case" ], "Constraints": [ { "Type": "Field Is Equal", "Name": "TypeRegulation", "Value": "SOX & GxP" } ], "Levels": [ { "Name": "Level 1", "Approvers": ["Technical", "Business"] }, { "Name": "Level 2", "Approvers": ["Product Lead"] }, { "Name": "Level 3", "Approvers": ["Quality"] } ] } ] } |
...