Overview
Cycles is a custom time period in which a team works to complete items on their backlog. At the end of the sprint, the team will usually have finished building and implementing a new version of their project or product.
To transfer issues of one cycle to another, the payload should be sent in the below format
Cycle Object
Attributes
-
name
string (required)Name of the cycle
-
description
stringDescription of the cycle
-
start_date
dateStart date of the cycle
-
end_date
dateEnd date of the cycle
-
created_at
timestampThe timestamp of the time when the project was created
-
updated_at
timestampThe timestamp of the time when the project was last updated
-
view_props
It store the filters and the display properties selected by the user to visualize the issues in the module
-
sort_order
It gives the position of the module at which it should be displayed
-
created_by
,updated_by
uuidThese values are auto saved and represent the id of the user that created or the updated the
-
Project
uuidIt contains projects uuid which is automatically saved.
-
Workspace
uuidIt contains workspace uuid which is automatically saved
-
owned_by
uuid