- Project Management: Allows users to create tasks from Jira issues and update issues based on bot actions.
Creating app
You can create a Jira App by going to Create > OAuth 2.0 integration in Atlassian Developer Console.Get server URL
Retrieve the URL for the API service after you set up Automa.
Add scopes
Go to the Permissions tab and add the following scopes in Jira API category:
read:jira-workread:jira-userwrite:jira-workmanage:jira-webhook
Callback URL
Go to the Authorization tab and set the callback URL to
https://<your-api-server>/callbacks/jira.Adding environment variables
To configure the Jira integration, you need to set the following environment variables:JIRA_API_CLIENT_ID: The client ID of your Jira App.JIRA_APP_CLIENT_SECRET: The client secret of your Jira App.