Last updated Apr 23, 2024

Authentication

The following authentication methods are supported for the Jira Service Management REST APIs:

Jira uses cookie-based authentication in the browser, so you can call the REST API from Javascript on the page and rely on the authentication the browser has established. To reproduce the behavior of the Jira log-in page, you can POST to the /auth/1/session resource. You can use it, for example, to display authentication error messages to users.

Rate this page: