The project associated with a board's filter.

interface JiraBoardProject {
    id: string;
    key: string;
    name: string;
    self: string;
}

Properties

Properties

id: string

Numeric string project ID

key: string

Project key

name: string

Project name

self: string

URL of the project resource