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

    Interface RoleActor

    Details about a user assigned to a project role.

    interface RoleActor {
        actorGroup?: Version3Models.ProjectRoleGroup;
        actorUser?: Version3Models.ProjectRoleUser;
        avatarUrl?: string;
        displayName?: string;
        id?: number;
        name?: string;
        type?: string;
    }
    Index

    Properties

    avatarUrl?: string

    The avatar of the role actor.

    displayName?: string

    The display name of the role actor. For users, depending on the user’s privacy setting, this may return an alternative value for the user's name.

    id?: number

    The ID of the role actor.

    name?: string

    This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.

    type?: string

    The type of role actor.