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]

resolves a typed field from an issues lists of arbitrary fields

user assigned to issue

user that created the issue

user that reported the issue

the current status of the issue

brief summary of the issue

description of the issue

updated timestamp

created timestamp

an issue type

labels associated with the issue

list of versions associated with the issue

priority of the issue

links to other issues

Trait Implementations

impl Debug for Issue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Issue

impl Sync for Issue