-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
1
-
Currently, the Jira REST API does not support filtering group members by account type. This limitation requires additional processing after retrieving the data, which can be inefficient and cumbersome. By adding a parameter to filter by account type directly in the API call, users can streamline their data retrieval process, improving both performance and usability.
Proposed Solution:
- Introduce a new query parameter in the REST API endpoint for group members that allows filtering by account type (e.g., "atlassian", "app").
- Ensure the API documentation is updated to reflect this new capability.