-
Notifications
You must be signed in to change notification settings - Fork 1
Priority
parkd126 edited this page Dec 26, 2018
·
5 revisions
The priority data type of the case. Default values for this field include: "Critical, High, Medium, Low." This data type is used to indicate the priority of a particular test case has in relation to testing efforts.
| Name | Type | Description | Request Methods |
|---|---|---|---|
| id | Int | The unique ID of the priority | getPriorities |
| isDefault | Boolean | True for the default priority and false otherwise | getPriorities |
| name | String | The name of the priority | getPriorities |
| priority | Int | Determines the order of the priorities | getPriorities |
| shortName | String | The shortened name of the priority | getPriorities |
Returns a list of available priorities.
- List<Priority>
val somePrioritiesList = Priority().getPriorities()