The payload for custom swimlanes

interface SwimlanePayload {
    description?: string;
    jqlQuery?: string;
    name?: string;
}

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