• 0
    • 2
    • 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.

      Description

      With JSON import, it's impossible to use wildcard in the selector.

      Consider a sample JSON file below and it's not possible to import the id and name of each array unless we can use "objects.ObjectFamily*" or in a similar format as the selector.

      {
        "objects": {
          "ObjectFamily::1": {
            "key": "1",
            "fields": {
              "id": "1",
              "name": "uno"
            }
          },
          "ObjectFamily::2": {
            "key": "2",
            "fields": {
              "id": "2",
              "name": "des"
            }
          },
          "ObjectFamily::3": {
            "key": "3",
            "fields": {
              "id": "3",
              "name": "tres"
            }
          },
        },
        "code": 0,
        "message": "Found: 3"
      }
      

      Suggestion

      • Support wildcard in the selector

            [JSDSERVER-8030] Support wildcard in the selector for JSON import

            No work has yet been logged on this issue.

              Unassigned Unassigned
              michin Michelle Chin
              Votes:
              5 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: