Update "Import issue via JSON" documentation about ability to import JIRA Service Management comment visibility via JSON

XMLWordPrintable

      Problem Definition

      Since https://jira.atlassian.com/browse/JSDCLOUD-9766 feature have been released , user are able to import comment visibility for JSM project ( public and private comment) via JSON.

      Suggested Solution

      Update this documentation : https://support.atlassian.com/jira-cloud-administration/docs/import-data-from-json/
      Add the information below :-

      Example for public comment :-

      "comments": [
                              {
                                  "body": "This public comment",
                                  "author": "557057:1a8aeee5-40e9-413a-9f4e-2f074f09644a",
                                  "created": "2012-08-31T17:59:02.161+0100",
                                  "updated": "2012-08-31T17:59:02.161+0100",
                                  "properties":[{"key":"sd.public.comment","value":{"internal":"false"}}]
                              }
                                       ]
      

      For Private Comment :-

      "comments": [
                              {
                                  "body": "This private comment",
                                  "author": "557057:1a8aeee5-40e9-413a-9f4e-2f074f09644a",
                                  "created": "2012-08-31T17:59:02.161+0100",
                                  "updated": "2012-08-31T17:59:02.161+0100",
                                  "properties":[{"key":"sd.public.comment","value":{"internal":"true"}}]
                              }
                                       ]
      

              Assignee:
              Jo Kitanovic (Inactive)
              Reporter:
              Atiqah Roslan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: