Details of the issue creation metadata for a project.

interface ProjectIssueCreateMetadata {
    avatarUrls?: Version3.Version3Models.AvatarUrls;
    expand?: string;
    id?: string;
    issuetypes?: Version3.Version3Models.IssueTypeIssueCreateMetadata[];
    key?: string;
    name?: string;
    self?: string;
}

Properties

expand?: string

Expand options that include additional project issue create metadata details in the response.

id?: string

The ID of the project.

List of the issue types supported by the project.

key?: string

The key of the project.

name?: string

The name of the project.

self?: string

The URL of the project.