• 1
    • 4
    • 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.

      Summary

      It is currently not possible to share a request to an organization when creating it via Service Desk REST API

      • Create customer request POST /rest/servicedeskapi/request

      Suggestion

      Allow the sharing of request to organization when creating the request via REST API

      Workaround

      Once the request is created, use JIRA REST API to update the Organizations field:

      1. Get the ID of custom field Organizations from db:
        select * from customfield where cfname = 'Organizations';
      2. Get the ID of the organization itself, also from db:
        select * from AO_54307E_ORGANIZATION;
      3. Use JIRA REST API - PUT editIssue with this JSON body:
        {
            "fields": {
                "customfield_10203": [3]
            }
        }
        
        • Replace 10203 with the ID of custom field Organizations from step 1
        • Replace 3 with the ID of the organization from step 2
          Ensure that the organization is in the Customers list of the Service Desk project

            [JSDSERVER-5256] Allow sharing request to organization via JSD REST API

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

              Unassigned Unassigned
              ywoo Yit Wei
              Votes:
              21 Vote for this issue
              Watchers:
              15 Start watching this issue

                Created:
                Updated: