• 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

          Form Name

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

            SET Analytics Bot made changes -
            Support reference count New: 2
            Marc Dacanay made changes -
            Labels New: ril
            Marc Dacanay made changes -
            Remote Link New: This issue links to "Internal ticket (Web Link)" [ 977649 ]
            SET Analytics Bot made changes -
            UIS Original: 1 New: 0
            SET Analytics Bot made changes -
            UIS New: 1

            would be great to add a library like json path to be able to have a advanced json parser on insight json importer  

            Dam - iDalko added a comment - would be great to add a library like json path to be able to have a advanced json parser on insight json importer  
            Michelle Chin created issue -

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

                Created:
                Updated: