Jira.js - Jira Cloud API library
    Preparing search index...

    Interface GetAvatarImageByOwner

    interface GetAvatarImageByOwner {
        entityId: string;
        format?: string;
        size?: string;
        type: string;
    }
    Index

    Properties

    entityId: string

    The ID of the project or issue type the avatar belongs to.

    format?: string

    The format to return the avatar image in. If not provided the original content format is returned.

    size?: string

    The size of the avatar image. If not provided the default size is returned.

    type: string

    The icon type of the avatar.