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

    Interface Scope

    The projects the item is associated with. Indicated for items associated with next-gen projects.

    interface Scope {
        project?: {
            avatarUrls?: AgileModels.AvatarUrls;
            id?: string;
            key?: string;
            name?: string;
            projectCategory?: {
                description?: string;
                id?: string;
                name?: string;
                self?: string;
            };
            projectTypeKey?: string;
            self?: string;
            simplified?: boolean;
        };
        type?: string;
    }
    Index

    Properties

    Properties

    project?: {
        avatarUrls?: AgileModels.AvatarUrls;
        id?: string;
        key?: string;
        name?: string;
        projectCategory?: {
            description?: string;
            id?: string;
            name?: string;
            self?: string;
        };
        projectTypeKey?: string;
        self?: string;
        simplified?: boolean;
    }

    Details about a project.

    Type declaration

    • OptionalavatarUrls?: AgileModels.AvatarUrls
    • Optionalid?: string

      The ID of the project.

    • Optionalkey?: string

      The key of the project.

    • Optionalname?: string

      The name of the project.

    • OptionalprojectCategory?: { description?: string; id?: string; name?: string; self?: string }

      A project category.

      • Optionaldescription?: string

        The name of the project category.

      • Optionalid?: string

        The ID of the project category.

      • Optionalname?: string

        The description of the project category.

      • Optionalself?: string

        The URL of the project category.

    • OptionalprojectTypeKey?: string

      The project type of the project.

    • Optionalself?: string

      The URL of the project details.

    • Optionalsimplified?: boolean

      Whether or not the project is simplified.

    type?: string

    The type of scope.