Constructors

Properties

client: Client

Methods

  • Returns a paginated list of priorities. The list can contain all priorities or a subset determined by any combination of these criteria:

    • A list of priority IDs. Any invalid priority IDs are ignored.
    • A list of project IDs. Only priorities that are available in these projects will be returned. Any invalid project IDs are ignored.
    • Whether the field configuration is a default. This returns priorities from company-managed (classic) projects only, as there is no concept of default priorities in team-managed projects.

    Permissions required: Permission to access Jira.

    Type Parameters

    Parameters

    Returns Promise<void>

  • Returns a paginated list of priorities. The list can contain all priorities or a subset determined by any combination of these criteria:

    • A list of priority IDs. Any invalid priority IDs are ignored.
    • A list of project IDs. Only priorities that are available in these projects will be returned. Any invalid project IDs are ignored.
    • Whether the field configuration is a default. This returns priorities from company-managed (classic) projects only, as there is no concept of default priorities in team-managed projects.

    Permissions required: Permission to access Jira.

    Type Parameters

    Parameters

    Returns Promise<T>