# Get Jira configuration Get Jira issue tracking configuration. Endpoint: GET /api/config/jira Version: 24.9.2.5 Security: ApiKeyAuth, Bearer ## Response 200 fields (application/json): - `authType` (string) - `createdBy` (string) - `jiraServer` (string) - `orgId` (string) - `password` (string) - `username` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Something went wrong" - `result` (string) Example: "error" - `success` (boolean)