Record

issue

No description available.

record issue {
  assignee: option​<user-basic>,
  author: option​<user-basic>,
  confidential: option​<string>,
  created-at: option​<string>,
  description: option​<string>,
  downvotes: option​<string>,
  due-date: option​<string>,
  id: option​<string>,
  iid: option​<string>,
  labels: option​<string>,
  milestone: option​<milestone>,
  project-id: option​<string>,
  state: option​<string>,
  subscribed: option​<string>,
  title: option​<string>,
  updated-at: option​<string>,
  upvotes: option​<string>,
  user-notes-count: option​<string>,
  web-url: option​<string>,
}

Fields

NameTypeDescription
assigneeoption​<user-basic>
authoroption​<user-basic>
confidentialoption​<string>
created-atoption​<string>
descriptionoption​<string>
downvotesoption​<string>
due-dateoption​<string>
idoption​<string>
iidoption​<string>
labelsoption​<string>
milestoneoption​<milestone>
project-idoption​<string>
stateoption​<string>
subscribedoption​<string>
titleoption​<string>
updated-atoption​<string>
upvotesoption​<string>
user-notes-countoption​<string>
web-urloption​<string>