Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/agile/models/getConfiguration.ts>GetConfiguration

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetConfiguration
import { type GetConfiguration } from "https://deno.land/x/jira@v3.0.2/src/agile/models/getConfiguration.ts";

Properties

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