Getting Started: Jira Setup
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 typeOther type of secret
.
{
"apikey": <the API key you just created>,
"user": <the email address of the Jira account the key is associated with>
}