# Jira MCP Server - Example Environment File
# Rename this file to .env and update with your Jira credentials
# Required - URL of your Jira instance
JIRA_SERVER_URL=https://your-instance.atlassian.net
# Authentication method ('basic_auth' or 'token_auth')
JIRA_AUTH_METHOD=basic_auth
# For Jira Cloud (basic_auth with API token)
JIRA_USERNAME=your_email@example.com
JIRA_TOKEN=your_api_token
# For Jira Server/Data Center (basic_auth with password)
# JIRA_USERNAME=your_username
# JIRA_PASSWORD=your_password
# For Jira Server/Data Center (token_auth with PAT)
# JIRA_AUTH_METHOD=token_auth
# JIRA_TOKEN=your_personal_access_token