A step-by-step guide to configure Jira integration for Automa
Get server URL
Add scopes
read:jira-work
read:jira-user
write:jira-work
manage:jira-webhook
Callback URL
https://<your-api-server>/callbacks/jira
.Copy the secrets
JIRA_API_CLIENT_ID
: The client ID of your Jira App.JIRA_APP_CLIENT_SECRET
: The client secret of your Jira App.