Skip to content

Issue Model

Noah Huppert edited this page Jul 20, 2018 · 7 revisions

Issue Model

Data

  • GitHub Id (String)
  • Name (String)
  • Body (String)
  • Estimate (Integer)
  • Start date (Date time)
  • End date (Date time)
  • Label Ids ([]String)
  • Milestone Id (String)
  • Epic Ids ([]String)
  • Assignee Ids ([]String)
  • Status (String)
    • Either:
      • "open"
      • "closed"

Clone this wiki locally