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

x/jira/src/serviceDesk/models/historyMetadataParticipant.ts>HistoryMetadataParticipant

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface HistoryMetadataParticipant
import { type HistoryMetadataParticipant } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/historyMetadataParticipant.ts";

Details of user or system associated with a issue history metadata item.

Properties

optional
id: string

The ID of the user or system associated with a history record.

optional
displayName: string

The display name of the user or system associated with a history record.

optional
displayNameKey: string

The key of the display name of the user or system associated with a history record.

optional
type: string

The type of the user or system associated with a history record.

optional
avatarUrl: string

The URL to an avatar for the user or system associated with a history record.

optional
url: string

The URL of the user or system associated with a history record.