Crate gouqi

Source

Re-exports§

pub use sync::Jira;
pub use crate::attachments::*;
pub use crate::components::*;
pub use crate::core::*;
pub use crate::issues::*;
pub use crate::boards::*;
pub use crate::sprints::*;

Modules§

attachments
Interfaces for accessing and managing attachments
boards
Interfaces for accessing and managing boards
components
Interfaces for accessing and managing components
core
Core shared functionality between sync and async implementations
issues
Interfaces for accessing and managing issues
resolution
Interfaces for accessing and managing resolutions
sprints
Interfaces for accessing and managing sprints
sync

Structs§

Attachment
Changelog
Comment
Comments
Errors
Represents an general jira error response
History
HistoryItem
Issue
Represents a single jira issue
IssueLink
Represents link relationship between issues
IssueType
LinkType
Represents type of issue relation
Priority
Project
Resolution
Search
Search interface
SearchOptions
Options availble for search
SearchOptionsBuilder
A builder interface for search option. Typically this is initialized with SearchOptions::builder()
SearchResults
Session
Status
TimeTracking
Transition
TransitionOption
TransitionOptions
Contains list of options an issue can transitions through
TransitionTo
TransitionTriggerOptions
TransitionTriggerOptionsBuilder
Transitions
Issue transition interface
User
Version
VersionCreationBody
VersionMoveAfterBody
VersionUpdateBody
Versions
Visibility

Enums§

Error
An enumeration over potential errors that may happen when sending a request to jira