• 3
    • We collect Jira Service Desk feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Issue Summary

      When creating an object via the general + Create object button (under Search Objects), not all object types are found if the system contains more than 1000 object types.

      It would be good to either increase this hard-coded limit (since there are cases where instances have more than 1000 object types) or allow this limit to be customized.

      This is reproducible on Data Center: (yes)

      Steps to Reproduce

      • Have more than 1000 object types in the schema;
      • Try to create an object using the main + Create object button;
      • Search for specific object types (the missing objects will vary if they exceed the 1000 object type limit).

      Expected Results

      All object types are available for selection.

      Actual Results

      Not all object types are available for selection.

      This happens because there is a hard-coded limit in the endpoint:

      assets/objecttypes/picker/create?schema=1&limit=1000
      

      Workaround

      Create an object through the object screen directly or access the endpoint while modifying the limit:

      assets/objecttypes/picker/create?schema=1&limit=2000
      

            [JSDSERVER-15060] Increase limit for object type searches during object creation

            No work has yet been logged on this issue.

              Unassigned Unassigned
              braymundo Bruno Raymundo
              Votes:
              4 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: