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

x/jira/src/version2/models/resolution.ts>Resolution

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

Details of an issue resolution.

Properties

optional
self: string

The URL of the issue resolution.

optional
id: string

The ID of the issue resolution.

optional
description: string

The description of the issue resolution.

optional
name: string

The name of the issue resolution.

optional
iconUrl: string
optional
default: boolean