Skip to content

Priority

parkd126 edited this page Dec 26, 2018 · 5 revisions

Overview

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.

Fields

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

Methods

GET Requests:


1. getPriorities

Description:

Returns a list of available priorities.

Returns:
Example:
val somePrioritiesList = Priority().getPriorities()

 

Clone this wiki locally