jira

package
v1.13.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2026 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

Overview

Package jira provides request/response/payload types, and Timpani activity names and wrapper functions, for interacting with Jira Cloud.

Index

Constants

View Source
const (
	UsersGetActivityName    = "jira.users.get"
	UsersSearchActivityName = "jira.users.search"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Self        string `json:"self"`
	AccountID   string `json:"accountId"`
	AccountType string `json:"accountType"`
	Active      bool   `json:"active"`

	DisplayName string `json:"displayName"`
	Email       string `json:"emailAddress"`
	TimeZone    string `json:"timeZone"`
	Locale      string `json:"locale"`

	AvatarURLs map[string]string `json:"avatarUrls"`
}

User is based on:

type UsersGetRequest

type UsersGetRequest struct {
	AccountID string `json:"account_id"`
}

UsersGetRequest is based on: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-get

type UsersSearchRequest added in v0.7.1

type UsersSearchRequest struct {
	Query string `json:"query"`
}

UsersSearchRequest is based on: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search/#api-rest-api-3-user-search-get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL