-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
22 lines (17 loc) · 773 Bytes
/
Copy pathenv.example
File metadata and controls
22 lines (17 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ClickUp API Configuration
# Get your API token from: https://app.clickup.com/settings/apps
CLICKUP_API_TOKEN=your_clickup_api_token_here
# Get your List ID from the ClickUp URL when viewing a list
# Example: https://app.clickup.com/1234567/v/li/901234567
# The List ID would be: 901234567
CLICKUP_LIST_ID=your_list_id_here
# JIRA Configuration (for attachment downloads)
# Your JIRA base URL (include https://)
JIRA_BASE_URL=https://umwerk.atlassian.net/
# JIRA API token for downloading attachments
# Get from: https://id.atlassian.com/manage-profile/security/api-tokens
JIRA_API_TOKEN=your_jira_api_token_here
# Your Atlassian account email address (for basic auth)
JIRA_EMAIL=your.email@example.com
# Optional: Default XML file path
JIRA_XML_FILE=sisr-export.xml