Git Integration for Jira Self-Managed (Data Center/Server) Documentation

Contact Support
GitKraken Status  

Bulk Change API

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_BASEJIRA_USER, and JIRA_PASSWORD in the configuration_conf.py file.  The JIRA_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

Have feedback about this article? Did we miss something? Let us know!
On this page