A user specified as an Atlassian account ID.

interface UserContextVariable {
    accountId: string;
    type: string;
}

Properties

Properties

accountId: string

The account ID of the user.

type: string

Type of custom context variable.