Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ProjectIssueCreateMetadata

    Details of the issue creation metadata for a project.

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

    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.