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

x/jira/src/version3/models/suggestedIssue.ts>SuggestedIssue

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

An issue suggested for use in the issue picker auto-completion.

Properties

optional
id: number

The ID of the issue.

optional
key: string

The key of the issue.

optional
keyHtml: string

The key of the issue in HTML format.

optional
img: string

The URL of the issue type's avatar.

optional
summary: string

The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.

optional
summaryText: string

The phrase containing the query string, as plain text.