Bug Trackers

This chapter focuses on services for the bug trackers.

Get all bug trackers

A GET to /bug-trackers returns all the bug trackers.

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/find-all-bugtrackers

Request parameters

Snippet request-parameters not found for operation::RestBugTrackerControllerIT/find-all-bugtrackers

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/find-all-bugtrackers

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/find-all-bugtrackers

Snippet links not found for operation::RestBugTrackerControllerIT/find-all-bugtrackers

Get bug tracker

A GET to /bug-trackers/{id} returns the bug tracker with the given id.

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/find-bugtracker-by-id

Path parameters

Snippet path-parameters not found for operation::RestBugTrackerControllerIT/find-bugtracker-by-id

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/find-bugtracker-by-id

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/find-bugtracker-by-id

Snippet links not found for operation::RestBugTrackerControllerIT/find-bugtracker-by-id

Create bug tracker

A POST to /bug-trackers creates a new bug tracker.

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/add-new-bugtracker

Request fields

Snippet request-fields not found for operation::RestBugTrackerControllerIT/add-new-bugtracker

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/add-new-bugtracker

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/add-new-bugtracker

Snippet links not found for operation::RestBugTrackerControllerIT/add-new-bugtracker

Modify bug tracker

A PATCH to /bug-trackers/{id} modifies the bug trackers with the given id.

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/update-bugtracker

Path parameters

Snippet path-parameters not found for operation::RestBugTrackerControllerIT/update-bugtracker

Request fields

Snippet request-fields not found for operation::RestBugTrackerControllerIT/update-bugtracker

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/update-bugtracker

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/update-bugtracker

Snippet links not found for operation::RestBugTrackerControllerIT/update-bugtracker

Delete bug tracker

A DELETE to /bug-trackers/{ids} deletes one or several bug tracker(s) with the given id(s).

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/delete-bugtracker

Path parameters

Snippet path-parameters not found for operation::RestBugTrackerControllerIT/delete-bugtracker

Get bug tracker credentials

A GET to /bug-trackers/{id}/credentials get the credentials of the bug tracker with the given id.

  • In case of basic auth credentials:

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/get-bugtracker-basic-auth-credentials

Path parameters

Snippet path-parameters not found for operation::RestBugTrackerControllerIT/get-bugtracker-basic-auth-credentials

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/get-bugtracker-basic-auth-credentials

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/get-bugtracker-basic-auth-credentials

  • In case of oauth-1a credentials:

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/get-bugtracker-oauth-1a-credentials

Path parameters

Snippet path-parameters not found for operation::RestBugTrackerControllerIT/get-bugtracker-oauth-1a-credentials

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/get-bugtracker-oauth-1a-credentials

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/get-bugtracker-oauth-1a-credentials

Set bug tracker credentials

A POST to /bug-trackers/{id}/credentials set the credentials of the bug tracker with the given id.

  • In case of basic auth credentials:

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/set-bugtracker-basic-auth-credentials

Path parameters

Snippet path-parameters not found for operation::RestBugTrackerControllerIT/set-bugtracker-basic-auth-credentials

Request fields

Snippet request-fields not found for operation::RestBugTrackerControllerIT/set-bugtracker-basic-auth-credentials

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/set-bugtracker-basic-auth-credentials

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/set-bugtracker-basic-auth-credentials

  • In case of oauth-1a credentials:

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/set-bugtracker-oauth-1a-credentials

Path parameters

Snippet path-parameters not found for operation::RestBugTrackerControllerIT/set-bugtracker-oauth-1a-credentials

Request fields

Snippet request-fields not found for operation::RestBugTrackerControllerIT/set-bugtracker-oauth-1a-credentials

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/set-bugtracker-oauth-1a-credentials

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/set-bugtracker-oauth-1a-credentials

Get bug tracker authentication configuration

A GET to /bug-trackers/{id}/auth-configuration get the authentication configuration of the bug tracker with the given id. Only a bug tracker using OAuth 1a authentication protocol can have an authentication configuration.

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/get-bugtracker-auth-configuration

Path parameters

Snippet path-parameters not found for operation::RestBugTrackerControllerIT/get-bugtracker-auth-configuration

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/get-bugtracker-auth-configuration

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/get-bugtracker-auth-configuration

Set bug tracker authentication configuration

A POST to /bug-trackers/{id}/auth-configuration sets the authentication configuration of the bug tracker with the given id. Only a bug tracker using OAuth 1a authentication protocol can have an authentication configuration.

HTTP request

Snippet http-request not found for operation::RestBugTrackerControllerIT/set-bugtracker-auth-configuration

Path parameters

Snippet path-parameters not found for operation::RestBugTrackerControllerIT/set-bugtracker-auth-configuration

HTTP response

Snippet http-response not found for operation::RestBugTrackerControllerIT/set-bugtracker-auth-configuration

Response fields

Snippet response-fields not found for operation::RestBugTrackerControllerIT/set-bugtracker-auth-configuration