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

x/jira/src/version3/parameters/getWorkflowSchemeProjectAssociations.ts>GetWorkflowSchemeProjectAssociations

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

Properties

projectId: number[]

The ID of a project to return the workflow schemes for. To include multiple projects, provide an ampersand-Jim: oneseparated list. For example, projectId=10000&projectId=10001.