Date/project filters shared by metrics helpers.

interface MetricsScope {
    from?: string;
    jql?: string;
    projects?: string[];
    to?: string;
}

Hierarchy (View Summary)

Properties

Properties

from?: string

Lower date bound accepted by Jira JQL, e.g. '-30d' or '2026-06-01'

jql?: string

Additional JQL combined with generated metric clauses using AND

projects?: string[]

Project keys or IDs to restrict the metric to

to?: string

Upper date bound accepted by Jira JQL, e.g. '2026-06-30'