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
- History
Item - Issue
- Represents a single jira issue
- Issue
Link - Represents link relationship between issues
- Issue
Type - Link
Type - Represents type of issue relation
- Priority
- Project
- Resolution
- Search
- Search interface
- Search
Options - Options availble for search
- Search
Options Builder - A builder interface for search option. Typically this is initialized with SearchOptions::builder()
- Search
Results - Session
- Status
- Time
Tracking - Transition
- Transition
Option - Transition
Options - Contains list of options an issue can transitions through
- Transition
To - Transition
Trigger Options - Transition
Trigger Options Builder - Transitions
- Issue transition interface
- User
- Version
- Version
Creation Body - Version
Move After Body - Version
Update Body - Versions
- Visibility
Enums§
- Error
- An enumeration over potential errors that may happen when sending a request to jira