Skip to content

Fetch project issue types in bulk #584

Closed
@grahamalama

Description

@grahamalama

The Get projects paginated REST API endpoint allows clients to fetch metadata about multiple projects in one call. One of the returned fields for each project is issue type.

Currently, we iterate over every action and fetch data about the Jira project, including issue type. We might instead use this endpoint to get issue types in bulk. This would result in fewer HTTP requests in the heartbeat.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions