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

    Interface CreateIssueSourceRequest

    interface CreateIssueSourceRequest {
        type: string;
        value: number;
    }
    Index

    Properties

    Properties

    type: string

    The issue source type. This must be "Board", "Project" or "Filter".

    value: number

    The issue source value. This must be a board ID if the type is "Board", a project ID if the type is "Project" or a filter ID if the type is "Filter".