Documentation ¶
Index ¶
Constants ¶
View Source
const APIVersion = "2"
APIVersion is the version of the Jira API that this client targets.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { HTTP common.HTTPClient Auth common.Authentication Site *url.URL Role *internal.ApplicationRoleService Banner *internal.AnnouncementBannerService Audit *internal.AuditRecordService Dashboard *internal.DashboardService Filter *internal.FilterService Group *internal.GroupService GroupUserPicker *internal.GroupUserPickerService Issue *internal.IssueRichTextService MySelf *internal.MySelfService Permission *internal.PermissionService Project *internal.ProjectService Screen *internal.ScreenService Task *internal.TaskService Server *internal.ServerService User *internal.UserService Workflow *internal.WorkflowService JQL *internal.JQLService NotificationScheme *internal.NotificationSchemeService Team *internal.TeamService }
func New ¶
func New(httpClient common.HTTPClient, site string) (*Client, error)
New creates a new Jira API client. If a nil httpClient is provided, http.DefaultClient will be used. If the site is empty, an error will be returned.
Click to show internal directories.
Click to hide internal directories.