The bulk change API extends the possibility of importing and exporting repository configuration by automating the process via scripts.
To use the API, users must:
-
install the Requests » Python package.
-
declare
JIRA_BASE
,JIRA_USER
, andJIRA_PASSWORD
in theconfiguration_conf.py
file. TheJIRA_USER
defined in this file must have Jira Admin global permissions. (Download by right-clicking the file then save sample file ↓ as a zip file.)
HTTP Status code response:
-
200 – success
-
401 – user is unauthorized
-
403 – lack of privileges (The user doesn’t have Jira Admin global permission)
Bulk Change REST APIs
-
Bulk Export (Git Integration for Jira Data Center)
-
Bulk Import (Git Integration for Jira Data Center)
-
Get Bulk Import Information
(Git Integration for Jira Data Center)