# JIRA Configuration
# Copy this file to .env and fill in your values
# Your JIRA instance URL (without trailing slash)
JIRA_BASE_URL=https://jira.yourcompany.com
# Your JIRA email address
JIRA_EMAIL=john@example.com
# Your JIRA API token (create one at: https://id.atlassian.com/manage-profile/security/api-tokens)
JIRA_API_TOKEN=your_api_token_here