# Constants
TaskCardStatusClosed captures enum value "closed".
TaskCardStatusIgnored captures enum value "ignored".
TaskCardStatusOpen captures enum value "open".
TaskCardStatusRejected captures enum value "rejected".
# Structs
Comment A comment for an issue.
Error Error Structure
Contains all the properties any error response from the API will contain.
Milestone A milestone is a particular goal that is important to the project for this issue tracker.
MilestoneStats Some counters for this milestone.
Task a structure describing a complete task.
TaskAttachmentsAnon task attachments anon
swagger:model TaskAttachmentsAnon.
TaskCard a card for a task
A task card is a minimalistic representation of a task.
UserCard A minimal representation of a user.
ValidationError validation error
swagger:model ValidationError.