class JiraApi::Fields
- JiraApi::Fields
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
model.crConstructors
Instance Method Summary
- #assignee : Assignee | Nil
- #assignee=(assignee : Assignee | Nil)
- #components : Array(Prop)
- #components=(components : Array(Prop))
- #created : String
- #created=(created : String)
- #creator : Assignee | Nil
- #creator=(creator : Assignee | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #duedate : Nil
- #duedate=(duedate : Nil)
- #epic : Epic | Nil
- #epic=(epic : Epic | Nil)
- #issuetype : Issuetype | Nil
- #issuetype=(issuetype : Issuetype | Nil)
- #labels : Array(String)
- #labels=(labels : Array(String))
- #priority : Prop | Nil
- #priority=(priority : Prop | Nil)
- #progress : Progress | Nil
- #progress=(progress : Progress | Nil)
- #reporter : Assignee | Nil
- #reporter=(reporter : Assignee | Nil)
- #resolution : Prop | Nil
- #resolution=(resolution : Prop | Nil)
- #resolutiondate : String | Nil
- #resolutiondate=(resolutiondate : String | Nil)
- #sprint : Sprint | Nil
- #sprint=(sprint : Sprint | Nil)
- #status : Status | Nil
- #status=(status : Status | Nil)
- #summary : String
- #summary=(summary : String)
- #updated : String
- #updated=(updated : String)