Author

Describes the author of a particular entity

interface Author {
    avatar?: string;
    email?: string;
    name?: string;
    url?: string;
    username?: string;
}

Hierarchy

  • Record<string, unknown>
    • Author

Properties

avatar?: string

Deprecated. The URL of the avatar for this user. Max length is 2000 characters.

https://atlassian.com/account/jane_doe/avatar/32
email?: string

The email address of the user. Used to associate the user with a Jira user. Max length is 255 characters.

jane_doe@atlassian.com
name?: string

Deprecated. The name of this user in a format suitable for display. Max length is 255 characters.

Jane Doe
url?: string

Deprecated. The URL of the profile for this user. Max length is 2000 characters.

https://atlassian.com/account/jane_doe
username?: string

Deprecated. The username of the user. Used to associate the user with a Jira user if there are multiple users for a given email. Max length is 255 characters.

jdoe