Crate goji [] [src]

Goji provides an interface for Jira's REST api

Structs

Errors

represents an general jira error response

Issue

represents a single jira issue

IssueLink

represents link relationship between issues

IssueType
Issues

issue transition options

Jira

Entrypoint into client interface https://docs.atlassian.com/jira/REST/latest/

LinkType

represents type of issue relation

Priority
Project
Resolution
Search
SearchOptions

options availble for search

SearchOptionsBuilder

a builder interface for search option Typically this is initialized with SearchOptions::builder()

SearchResults
Status
Transition
TransitionOption
TransitionOptions

contains list of options an issue can transitions through

TransitionTo
TransitionTrigger
TransitionTriggerBuilder
Transitions

issue transition options

User
Version

Enums

Credentials

Types of authentication credentials

Error

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

Type Definitions

Result