-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
When moving objects from one Object Type to another within Jira Assets, the dropdown menu used to select the target Object Type is currently limited to displaying 1,000 entries. This limitation is due to the hardcoded limit in the API endpoint:
Endpoint: assets/objecttypes/picker/create?schema=1&limit=1000
If the number of Object Types exceeds 1,000, some Object Types may not be visible in the dropdown, making it difficult for users to select the appropriate target.
Workaround
One temporary workaround is to manually modify the limit in the API request using the browser's developer tools to increase the number of entries shown. However, this solution is not practical or feasible for all users, especially those without technical expertise.
- links to
Corresponding request PSSRV-133835 has been resolved as Atlassian Bug.