Skip to content

Adjust self-hosted Jira development panel integration

What does this MR do?

Returns 200 to the early requested API when integration with Jira development panel /api/v3/repos/-/jira/events.

Github enterprise returns internal events on this API (see https://developer.github.com/v3/activity/events/). It's not clear for now how exactly Jira uses it. Two options of what happened:

  1. We've never reached this bug before, because they just make this request on self-hosted Jira instances
  2. They've changed older versions with this extra request

Important to bring up that this endpoint is not requested on Jira Cloud. This worries me a bit regarding having to support multiple Jira instance versions.

It was tested on self-hosted Jira version 7.11.1 (Linux x64).

Screenshots (if relevant)

Captura_de_tela_de_2018-08-01_19-17-44

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6811

Edited by Coung Ngo

Merge request reports