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

interface IssueCreateMetadata {
    expand?: string;
    projects?: Version3.Version3Models.ProjectIssueCreateMetadata[];
}

Properties

Properties

expand?: string

Expand options that include additional project details in the response.

List of projects and their issue creation metadata.