# Functions
CreateComment adds a comment to the provided JIRA issue using the fields from the provided GitHub comment.
CreateIssue creates a new JIRA issue according to the fields provided in the provided issue object.
GetIssue returns a single JIRA issue within the configured project according to the issue key (e.g.
ListIssues returns a list of JIRA issues on the configured project which have GitHub IDs in the provided list.
NewClient creates a new Client and configures it with the config object provided.
No description provided by the author
No description provided by the author
UpdateComment updates a comment (identified by the `id` parameter) on a given JIRA with a new body from the fields of the given GitHub comment.
UpdateIssue updates a given issue (identified by the Key field of the provided issue object) with the fields on the provided issue.
# Structs
No description provided by the author
# Interfaces
Client is a wrapper around the JIRA API clients library we use.