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

    Interface CreateProjectAvatar

    interface CreateProjectAvatar {
        avatar: any;
        mimeType: string;
        projectIdOrKey: string | number;
        size?: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

    avatar: any
    mimeType: string
    projectIdOrKey: string | number

    The ID or (case-sensitive) key of the project.

    size?: number

    The length of each side of the crop region.

    0
    
    x?: number

    The X coordinate of the top-left corner of the crop region.

    y?: number

    The Y coordinate of the top-left corner of the crop region.