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

x/jira/src/version2/models/userPickerUser.ts>UserPickerUser

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

A user found in a search.

Properties

optional
accountId: string

The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.

optional
avatarUrl: string

The avatar URL of the user.

optional
displayName: string

The display name of the user. Depending on the user’s privacy setting, this may be returned as null.

optional
html: string

The display name, email address, and key of the user with the matched query string highlighted with the HTML bold tag.

optional
key: string

This property is no longer available. See the deprecation notice for details.

optional
name: string

This property is no longer available . See the deprecation notice for details.