Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/issueTypeWorkflowMapping.ts>IssueTypeWorkflowMapping

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

Details about the mapping between an issue type and a workflow.

Properties

optional
issueType: string

The ID of the issue type. Not required if updating the issue type-workflow mapping.

optional
updateDraftIfNeeded: boolean

Set to true to create or update the draft of a workflow scheme and update the mapping in the draft, when the workflow scheme cannot be edited. Defaults to false. Only applicable when updating the workflow-issue types mapping.

optional
workflow: string

The name of the workflow.