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

    Interface IssueCreateMetadata

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

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

    Properties

    Properties

    expand?: string

    Expand options that include additional project details in the response.

    List of projects and their issue creation metadata.