Overview
Inside an issue, you can add as many details as you like to get your work done.
Issue Object
Attributes
-
name
string (required)Name of the issues
-
created_at
,updated_at
timestampTimestamp of the issue when it was created and when it was last updated
-
estimate_point
integer or nullTotal estimate points for the issue takes value between (0,7).
-
description_html
stringHTML description of the issue
-
description_stripped
stringStripped version of the html description auto generated using the application.
-
priority
stringPriority of the issue takes in 5 values
- none
- urgent
- high
- medium
- low
-
start_date
dateStart date of the issue
-
target_date
dateTarget date of the issue
-
sequence_id
integerAuto generated from the system the unique identifier of the issue
-
sort_order
decimalAuto generated from the system during creation used for ordering
-
completed_at
timestamp or nullTimestamp when the issue is moved to any completed group state
-
created_by
&updated_by
This values are auto saved and represent the id of the user that created or the updated the project.
-
project
uuidThe project which the issue is part of auto generated from backend
-
workspace
uuidThe workspace which the issue is part of auto generated from backend
-
parent
uuidThe uuid of the parent issue which should be part of the same workspace
-
state
uuidThe uuid of the state which is present in the project where the issue is being created.
-
assignees
- [uuid,]The array of uuids of the users who are part of the project where the issue is being created or updated.
-
labels
- [uuid,]The array of uuids of the labels which are present in the project where the issue is being created or updated.