A minimal project reference used inside other objects.

interface JiraProjectRef {
    avatarUrls?: Record<string, string>;
    id: string;
    key: string;
    name: string;
    self: string;
}

Properties

avatarUrls?: Record<string, string>

Avatar URLs

id: string

Numeric string ID

key: string

Project key

name: string

Project name

self: string

URL of the project resource