Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Background

Some Jira cloud API functionality is not accessible to cloud apps, such as the ability to lookup user's by their email address (AC-1014). To workaround this limitation, JEMHC requires a preexisting Jira user with appropriate permissions to be configured as a "workaround" user, JEMHC authenticates as this user to perform user lookup API requests that cannot be executed by the JEMHC app user.

Historically the JEMHC workaround user could be configured with an email address and plaintext password of an existing Jira user, however password based basic authentication will soon become deprecated: Deprecation Notice

The JEMHC workaround user must now be configured with an API token, which can be generated from within the Atlassian ID settings of an Atlassian cloud registered user.

How to Generate an API Token

  • Click Create API Token

  • A dialogue window will appear, enter a descriptive name for the API token in the Label field

  • Click Create
  • An API Token will be generated and will then appear, press Copy to clipboard to copy the token

How to Configure the JEMHC Workaround User With an API Token

  • Browse to the Workarounds tab within JEMHC configuration

  • In the E-Mail/Username field, enter the email address or username of the user that was used to generate an API token in the previous part of this tutorial
  • In the API Token field, enter the API token generated in the previous part of this tutorial

  • Press the Save button


  • No labels