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

    Interface QuickFilterPayload

    The payload for defining quick filters

    interface QuickFilterPayload {
        description?: string;
        jqlQuery?: string;
        name?: string;
    }
    Index

    Properties

    description?: string

    The description of the quick filter

    jqlQuery?: string

    The jql query for the quick filter

    name?: string

    The name of the quick filter