Squyre Documentation
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Getting Started: Jira Setup

  1. Create a Jira API key.

  2. In AWS, create a new Secrets Manager secret called JiraApi in the same account/region as Squyre is deployed. Use the following content, obviously substituting your key and email. The secret should be of type Other type of secret.

{
  "apikey": <the API key you just created>,
  "user": <the email address of the Jira account the key is associated with>
}