API to manage Jira integrationMerge Requests and Commit messages

Problem to solve

Currently the API does not allow you to modify the merge_requests_events or the push_events.

The workaround for the latter is to modify commit_events but there is no equivalent for merge_requests_events, and neither of them are documented to be part of the API: https://docs.gitlab.com/ce/api/services.html#createedit-jira-service.

Target audience

Systems Administrator

Further details

Mature API compared to other services like Slack.

Proposal

Develop the API for Project services to the same level as Slack.

What does success look like, and how can we measure that?

The API can be used to enable/disable both Merge and Commit events for the Jira service and is documented on the above page.

Links / references