Expand description
Goji provides an interface for Jira’s REST api
Re-exports§
pub use crate::issues::*;
pub use crate::worklogs::*;
pub use crate::boards::*;
pub use crate::sprints::*;
Modules§
- boards
- Interfaces for accessing and managing boards
- issues
- Interfaces for accessing and managing issues
- resolution
- Interfaces for accessing and managing resolutions
- sprints
- Interfaces for accessing and managing sprints
- worklogs
Structs§
- Attachment
- Changelog
- Comment
- Comments
- Empty
Response - Errors
- represents an general jira error response
- History
- History
Item - Issue
- represents a single jira issue
- Issue
Link - represents link relationship between issues
- Jira
- Entrypoint into client interface https://docs.atlassian.com/jira/REST/latest/
- Link
Type - represents type of issue relation
- 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 - Status
- 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
- Visibility
Enums§
- Credentials
- Types of authentication credentials
- Error
- an enumeration over potential errors that may happen when sending a request to jira