You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Jira Cloud, searching for custom issue field with the 'search' parameter returns all fields, not a filtered list. Function used: get_custom_fields.
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:
Changing to
queryfixes the issue locally.