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

interface Scope {
    project?: {
        avatarUrls?: Agile.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;
}

Properties

Properties

project?: {
    avatarUrls?: Agile.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

  • Optional avatarUrls?: Agile.AgileModels.AvatarUrls
  • Optional id?: string

    The ID of the project.

  • Optional key?: string

    The key of the project.

  • Optional name?: string

    The name of the project.

  • Optional projectCategory?: {
        description?: string;
        id?: string;
        name?: string;
        self?: string;
    }

    A project category.

    • Optional description?: string

      The name of the project category.

    • Optional id?: string

      The ID of the project category.

    • Optional name?: string

      The description of the project category.

    • Optional self?: string

      The URL of the project category.

  • Optional projectTypeKey?: string

    The project type of the project.

  • Optional self?: string

    The URL of the project details.

  • Optional simplified?: boolean

    Whether or not the project is simplified.

type?: string

The type of scope.