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

    Interface GetConfiguration

    interface GetConfiguration {
        columnConfig?: {
            columns?: {
                max?: number;
                min?: number;
                name?: string;
                statuses?: { id?: string; self?: string }[];
            }[];
            constraintType?: string;
        };
        estimation?: {
            field?: { displayName?: string; fieldId?: string };
            type?: string;
        };
        filter?: { id?: string; self?: string };
        id?: number;
        location?: { projectKeyOrId?: string; type?: string };
        name?: string;
        ranking?: { rankCustomFieldId?: number };
        self?: string;
        subQuery?: { query?: string };
        type?: string;
    }
    Index

    Properties

    columnConfig?: {
        columns?: {
            max?: number;
            min?: number;
            name?: string;
            statuses?: { id?: string; self?: string }[];
        }[];
        constraintType?: string;
    }
    estimation?: {
        field?: { displayName?: string; fieldId?: string };
        type?: string;
    }
    filter?: { id?: string; self?: string }
    id?: number
    location?: { projectKeyOrId?: string; type?: string }
    name?: string
    ranking?: { rankCustomFieldId?: number }
    self?: string
    subQuery?: { query?: string }
    type?: string