Versions Compared

Key

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


1. Download Postman application on Google Chrome.

...

3. Then click on the Import button on the application header to Import swaggerImport Swagger.json to Postman. Refer Point no. 5 below to download the file.

...

3. The client can now set the cookie in the header for all subsequent requests to the OPEN API. If you are using browser or postman then session will be managed automatically. You don't need to set any header manually for subsequent requests. But in other cases, pass this header for all the subsequents.

headers: {cookie: JSESSIONID= 5CD9406E58A59CC41B02ED358864B98}

4. That’s it! Now, when you submit the request, the session cookie will be used to authenticate you to the JIRA server until the cookie expires.

...