Importing issues with External System Import (JSON) doesn't set Security level

XMLWordPrintable

    • 1
    • Minor

      Issue Summary

      When importing issues via External System Import with JSON format Jira does not set the Security level.

      Steps to Reproduce

      1. Configure Security levels on project to have security level "Level 1" (don't set Default levels)
      2. Go to External System Import > JSON
      3. Adjust below Json to your project and use it for import:
      {  "projects": [
              {
                  "key": "SAMPLE",
                  "issues": [
                      {
                          "externalId": "1",
                          "summary": "Test Security Level",
                          "issueType" : "[System] Service request",
                          "security": "Level 1"
                      }
                  ]
              }
          ]
      }

      Expected Results

      Issue is created with Security Level set to "Level 1"

      Actual Results

      Issue is created without Security Level

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Unassigned
            Reporter:
            Ivan Chapistrak (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: