-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Import/Export - External System Import
-
1
-
Minor
Issue Summary
When importing issues via External System Import with JSON format Jira does not set the Security level.
Steps to Reproduce
- Configure Security levels on project to have security level "Level 1" (don't set Default levels)
- Go to External System Import > JSON
- 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
- mentioned in
-
Page Loading...