Skip to content

Create client class for connecting to Jira API

Heinrich Lee Yu requested to merge 9643-atlassian-jwt-client into master

What does this MR do?

Adds Atlassian::JiraConnect::Client based on Gitlab::HTTP

This will be used to send requests to Jira Cloud's REST API. This generates the JWT token for authentication and adds it to the request headers

This is the first part in implementing #9643 (closed)

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Coung Ngo

Merge request reports