-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
22 lines (21 loc) · 1.19 KB
/
Copy path.env.example
File metadata and controls
22 lines (21 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
JIRA_BASE_URL=https://your-domain.atlassian.net
JIRA_EMAIL=automation@example.com
# Prefer DPAPI on Windows. If both are set, the DPAPI file wins.
# JIRA_API_TOKEN=replace_me
JIRA_API_TOKEN_DPAPI_FILE=%APPDATA%\JiraDeliveryMcp\secrets\jira-api-token.dpapi
JIRA_DEFAULT_PROJECT_KEY=DEMO
JIRA_DEFAULT_PICK_NEXT_JQL=project = DEMO AND statusCategory != Done ORDER BY Rank ASC, priority DESC, created ASC
JIRA_EXECUTION_MODE=live
JIRA_REQUIRE_CONFIRMATION=true
JIRA_SELECTED_TRANSITION_NAMES=Selected,Select Work,Ready,Move To Selected
JIRA_IN_PROGRESS_TRANSITION_NAMES=In Progress,Start Progress,Start Work,Doing,Development,Resume Work
JIRA_REVIEW_TRANSITION_NAMES=In Review,Review,Ready for Review,Code Review
JIRA_QA_TRANSITION_NAMES=QA,Send To QA,Ready For QA,Testing
JIRA_BLOCKED_TRANSITION_NAMES=Blocked,Mark Blocked,On Hold,Waiting
JIRA_DONE_TRANSITION_NAMES=Done,Closed,Resolved,Accepted
# Optional. Defaults to ${JIRA_BASE_URL}/wiki when omitted.
CONFLUENCE_BASE_URL=https://your-domain.atlassian.net/wiki
CONFLUENCE_EMAIL=automation@example.com
# CONFLUENCE_API_TOKEN=replace_me
# CONFLUENCE_API_TOKEN_DPAPI_FILE=%APPDATA%\JiraDeliveryMcp\secrets\confluence-api-token.dpapi
CONFLUENCE_DEFAULT_SPACE_ID=123456