The wrapper for the issue creation metadata for a list of projects.

interface IssueCreateMetadata {
    expand?: string;
    projects?: Version2.Version2Models.ProjectIssueCreateMetadata[];
}

Properties

Properties

expand?: string

Expand options that include additional project details in the response.

List of projects and their issue creation metadata.