An error occurred while fetching the assigned milestone of the selected merge_request.
Add scenario for Jira Connect proxy logs
All threads resolved!
All threads resolved!
Compare changes
- Ashraf Khamis authored
@@ -136,7 +136,8 @@ The GitLab Support team can then look up why this is failing in the GitLab.com s
@@ -136,7 +136,8 @@ The GitLab Support team can then look up why this is failing in the GitLab.com s
[In Kibana](https://log.gprd.gitlab.net/app/r/s/0FdPP), the logs should be filtered for `json.meta.caller_id: JiraConnect::InstallationsController#update` and `NOT json.status: 200`.
If you have been provided the `X-Request-Id` value, you can use that against `json.correlation_id` to narrow down the results.
Each `GET` request to the Jira Connect Proxy URL `https://gitlab.com/-/jira_connect/installations` generates two log entries.
@@ -146,17 +147,17 @@ For the first log:
@@ -146,17 +147,17 @@ For the first log:
- `json.params.value` should match the GitLab self-managed URL `[[FILTERED], {"instance_url"=>"https://gitlab.example.com"}]`.
- `json.jira_status_code` and `json.jira_body` may contain the response received from the self-managed instance or a proxy in front of the self-managed instance
- If `json.jira_status_code` is `401` and `json.jira_body` is empty, [**Jira Connect Proxy URL**](jira_cloud_app.md#set-up-your-instance) might not be set to
- `json.exception.class` and `json.exception.message` will detail if there was an issue contacting the self-managed instance