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

x/jira/src/version2/models/availableWorkflowConnectRule.ts>AvailableWorkflowConnectRule

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

The Connect provided ecosystem rules available.

Properties

optional
addonKey: string

The add-on providing the rule.

optional
createUrl: string

The URL creation path segment defined in the Connect module.

optional
description: string

The rule description.

optional
editUrl: string

The URL edit path segment defined in the Connect module.

optional
moduleKey: string

The module providing the rule.

optional
name: string

The rule name.

optional
ruleKey: string

The rule key.

optional
ruleType: string

The rule type.

optional
viewUrl: string

The URL view path segment defined in the Connect module.