Skip to content

Searching for Custom Issue Field with 'search' Parameter Does Not Filter #1639

@damon-dischler

Description

@damon-dischler

Using Jira Cloud, searching for custom issue field with the 'search' parameter returns all fields, not a filtered list. Function used: get_custom_fields.

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields/#api-rest-api-3-field-search-get
Cloud API says to use param query.

This package is using:

if search:
            params["search"] = search

Changing to query fixes the issue locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions