jira-cli/pkg/jira/doc.go

7 lines
302 B
Go

// Package jira interacts with the Jira server.
// It requests v3 and v1 version of the Jira cloud API using Get and GetV1 methods.
//
// See v3: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/,
// and v1: https://developer.atlassian.com/cloud/jira/software/rest/intro/
package jira