Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Overview

The A4J - Absence for Jira REST API is an interface to access the plugin functionality programatically.
This allows another application to interact with A4J - Absence for Jira.

The functions of A4J - Absence for Jira can be accessed through endpoints with a specific URI path.
For every function of the plugin a corresponding endpoint exists.

In order to use the REST API your application simply needs to make HTTP requests to the endpoints and parse the corresponding JSON response.

After authenticating your application with the JIRA instance you can start making requests to the REST API endpoints.

The following pages serve as reference for the individual endpoints.
For each endpoint the following details are specified:

  • The corresponding URI to access the endpoint
  • A short description of the resource
  • The necessary parameters for a request to this endpoint
    (info)(info) Required parameters are indicated by *
  • An example response to a successful request

...