Struct goji::Issue [] [src]

pub struct Issue {
    pub self_link: String,
    pub key: String,
    pub id: String,
    pub fields: BTreeMap<String, Value>,
    pub changelog: Option<Changelog>,
}

represents a single jira issue

Fields

Methods

impl Issue
[src]

[src]

resolves a typed field from an issues lists of arbitrary fields

[src]

user assigned to issue

[src]

user that created the issue

[src]

user that reported the issue

[src]

the current status of the issue

[src]

brief summary of the issue

[src]

description of the issue

[src]

updated timestamp

[src]

created timestamp

[src]

[src]

an issue type

[src]

labels associated with the issue

[src]

list of versions associated with the issue

[src]

priority of the issue

links to other issues

[src]

[src]

Trait Implementations

impl Debug for Issue
[src]

[src]

Formats the value using the given formatter.