OptionalaccountId?: stringThe account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests.
OptionalaccountType?: "unknown" | string & {} | "atlassian" | "app" | "customer"The user account type. Can take the following values:
atlassian regular Atlassian user accountapp system account used for Connect applications and OAuth to represent external systemscustomer Jira Service Desk account representing an external service deskOptionalactive?: booleanWhether the user is active.
OptionalapplicationRoles?: {OptionalappType?: stringThe app type of the user account when accountType is 'app'. Can take the following values:
service Service Accountagent Rovo Agent Accountunknown Unknown app typeOptionalavatarUrls?: {Optional16x16?: stringThe URL of the item's 16x16 pixel avatar.
Optional24x24?: stringThe URL of the item's 24x24 pixel avatar.
Optional32x32?: stringThe URL of the item's 32x32 pixel avatar.
Optional48x48?: stringThe URL of the item's 48x48 pixel avatar.
OptionaldisplayName?: stringThe display name of the user. Depending on the user’s privacy setting, this may return an alternative value.
OptionalemailAddress?: stringThe email address of the user. Depending on the user’s privacy setting, this may be returned as null.
Optionalexpand?: stringExpand options that include additional user details in the response.
Optionalgroups?: {Optionalguest?: booleanWhether the user is a guest.
The ID or key of the issue to be assigned.
Optionallocale?: stringThe locale of the user. Depending on the user’s privacy setting, this may be returned as null.
Optionalself?: stringThe URL of the user.
OptionaltimeZone?: stringThe time zone specified in the user's profile. If the user's time zone is not visible to the current user (due to user's profile setting), or if a time zone has not been set, the instance's default time zone will be returned.
Optionaloptions: RequestOptions
Assigns an issue to a user. Use this operation when the calling user does not have the Edit Issues permission but has the Assign issue permission for the project that the issue is in.
If
nameoraccountIdis set to:"-1", the issue is assigned to the default assignee for the project.null, the issue is set to unassigned.This operation can be accessed anonymously.
Permissions required: