Column: Task status

From Catglobe Wiki
Jump to: navigation, search



Column: Task status

Column

Task status

Source

The task status from 1 to 6 of the returned task resource

Automatically given column name

TaskState

Column type

Number

Resource types that use it

Task

How axis set information is built

Priority for test cases is a fixed enumeration so the value is always the same. The axis set generated will look like below:

Axis text: "Task status"
Math base: "TaskState"
Pct base: "TaskState!=empty"

Option 1: Name="Approved"; Value="TaskState==1"
Option 2: Name="Awaiting approval"; Value="TaskState==2"
Option 3: Name="Cancelled"; Value="TaskState==3"
Option 4: Name="In progress"; Value="TaskState==4"
Option 5: Name="Need acceptance"; Value="TaskState==5"
Option 6: Name="Rejected"; Value="TaskState==6"

Comment

N/A