interface AssignIssue {
    accountId: null | string;
    accountType?: string;
    active?: boolean;
    applicationRoles?: Version3.Version3Models.SimpleListWrapperApplicationRole;
    avatarUrls?: Version3.Version3Models.AvatarUrls;
    displayName?: string;
    emailAddress?: string;
    expand?: string;
    groups?: Version3.Version3Models.SimpleListWrapperGroupName;
    issueIdOrKey: string;
    key?: string;
    locale?: string;
    name?: string;
    self?: string;
    timeZone?: string;
}

Hierarchy

Properties

accountId: null | string

The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. If passed null it will unassigned issue.

accountType?: string

The user account type. Can take the following values:

atlassian regular Atlassian user account app system account used for Connect applications and OAuth to represent external systems customer Jira Service Desk account representing an external service desk

active?: boolean

Whether the user is active.

displayName?: string

The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.

emailAddress?: string

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

expand?: string

Expand options that include additional user details in the response.

issueIdOrKey: string

The ID or key of the issue to be assigned.

key?: string

This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.

locale?: string

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

name?: string

This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.

self?: string

The URL of the user.

timeZone?: string

The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.