Skip to content

Issue Model

The Issue model represents a work item in Plane.

Fields

FieldTypeRequiredDescription
idUUIDAutoUnique identifier
namestring (255)YesIssue name/title
descriptionJSONNoTiptap JSON content
description_htmlstringAutoAuto-generated HTML
prioritystringNourgent/high/medium/low/none
start_datedateNoStart date
target_datedateNoDue date
sequence_idintegerAutoPer-project sequence
sort_orderfloatAutoDisplay ordering
is_draftbooleanNoDraft flag
stateFK->StateNoWorkflow state
parentFK->IssueNoParent issue
estimate_pointFK->EstimatePointNoStory points
completed_atdatetimeAutoCompletion timestamp
archived_atdatetimeAutoArchive timestamp
typeFK->IssueTypeNoIssue type
cycleFK->CycleNoAssigned cycle
projectFK->ProjectAutoParent project
workspaceFK->WorkspaceAutoParent workspace

Relationships

  • IssueAssignee (M2M through)
  • IssueLabel (M2M through)
  • IssueLink (one-to-many)
  • IssueAttachment (one-to-many)
  • IssueComment (one-to-many)
  • IssueReaction (one-to-many)
  • IssueSubscriber (one-to-many)
  • IssueRelation (one-to-many)