Platform API is a web API that connects Jira and GitHub repositories. It allows you to automatically update Jira issues based on GitHub pull requests and comments.
- Jira Webhook
- GitHub Webhook
Create a webhook for Jira and configure it to send a POST request to the /api/jira/webhook endpoint.
Create a webhook for GitHub and configure it to send a POST request to the /api/github/webhook endpoint.
GITHUB_WEBHOOK_SECRET: The secret key used to verify the GitHub webhook signatureGITHUB_PRIVATE_KEY: RSA private key for GitHub App authenticationGITHUB_APP_TOKEN: GitHub App token for API authenticationGITHUB_APP_ID: GitHub App IDGITHUB_APP_SECRET: GitHub App secret keyGITHUB_INSTALLATION_ID: Installation ID for the GitHub App
JIRA_HOST: Jira instance URL (e.g., https://your-domain.atlassian.net)JIRA_EMAIL: Email address associated with the Jira accountJIRA_API_TOKEN: API token for Jira authenticationJIRA_WEBHOOK_SECRET: The secret key used to verify the Jira webhook signatureJIRA_GITHUB_FIELD: Custom field ID in Jira for GitHub integrationJIRA_TENANT_ID: Jira tenant/organization ID