Issue Object
Attributes- 
namestring (required) Name of the issues - 
created_at,updated_attimestamp Timestamp of the issue when it was created and when it was last updated - 
estimate_pointinteger or null Total estimate points for the issue takes value between (0,7). - 
description_htmlstring HTML description of the issue - 
description_strippedstring Stripped version of the html description auto generated using the application. - 
prioritystring Priority of the issue takes in 5 values- none
 - urgent
 - high
 - medium
 - low
 
 - 
start_datedate Start date of the issue - 
target_datedate Target date of the issue - 
sequence_idinteger Auto generated from the system the unique identifier of the issue - 
sort_orderdecimal Auto generated from the system during creation used for ordering - 
completed_attimestamp or null Timestamp when the issue is moved to any completed group state - 
created_by&updated_byThis values are auto saved and represent the id of the user that created or the updated the project. - 
projectuuid The project which the issue is part of auto generated from backend - 
workspaceuuid The workspace which the issue is part of auto generated from backend - 
parentuuid The uuid of the parent issue which should be part of the same workspace - 
stateuuid The 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. 

