# Packages
Package jira manages the communication with a Jira server.
# Functions
New creates a new instance to red the configuration from a toml file.
# Structs
Pagination holds database pagination information.
SortBy holds information for the query sorting criteria.
TS represents a service that manages the access to a ticket tracker server.
TTBuilder represents a builder of clients to access ticket trackers.
# Interfaces
TicketServer manages the access to a ticket tracker server.
TicketTracker defines the interface for high level querying data from ticket tracker.
TicketTrackerBuilder builds clients to access ticket trackers.