Uploaded image for project: 'Jira Service Management Data Center'
  1. Jira Service Management Data Center
  2. JSDSERVER-12352

Add Assets (Insight) custom field formats, reference and usage in the JSM REST API docs

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Documentation & IX
    • None
    • 0
    • 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.

      There is no documentation on how to use or reference Assets (Insight) custom fields in the JSM REST API, for example, it's possible to set a value for an Asstets custom field but this is completely undocumented e.g.

      curl -D- -u 'admin:sphere' -X POST -H 'Content-Type: application/json' --data '
      {
        "serviceDeskId": "1",
        "requestTypeId": "1",
        "requestFieldValues": {
          "summary": "HELP ME",
          "customfield_10123" :[{"key" : "KEY-1"}]
        }
      }' '<JIRA BASE URL>/rest/servicedeskapi/request'
      

      One more thing to note here is that it is possible to set the value to "AUTOMATIC-ASSIGN" (instead of the object key "KEY-1") and will trigger the Filter Assign Scope, allowing a dynamic value to be set in the custom field.

          Form Name

            [JSDSERVER-12352] Add Assets (Insight) custom field formats, reference and usage in the JSM REST API docs

            mb added a comment -

            We really need the documentation so we can used Refined in Datacenter. Otherwise we cannot use Jira Assets. Here is the related Cloud Feature Request that got a lot more attention!

            https://jira.atlassian.com/browse/JSDCLOUD-11075

            mb added a comment - We really need the documentation so we can used Refined in Datacenter. Otherwise we cannot use Jira Assets. Here is the related Cloud Feature Request that got a lot more attention! https://jira.atlassian.com/browse/JSDCLOUD-11075

              Unassigned Unassigned
              5cabfa73260d Jarrod Price (Inactive)
              Votes:
              10 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: