-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsample.toml
More file actions
18 lines (15 loc) · 670 Bytes
/
sample.toml
File metadata and controls
18 lines (15 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# These two properties are required
domain = "https://YOUR_DOMAIN.atlassian.net"
user_email = "YOUR_JIRA_EMAIL"
api_key = "YOUR_API_KEY"
api_version = "3"
db_file = true # If true, it will create a cached db in the /tmp directory. Which can live for 10 days.
[tickets]
#Show current sprint ticket only
current_sprint_tickets_only = true
# Show tickets assigned to you only. Can include unassigned.
current_user_tickets_only = true
# Show tickets in these status only
show_ticket_status = ["Done", "In Progress"]
[projects]
default_projects = "YOUR_JIRA_PROJECT" # Can be multiple per jira API - For example, keys=PA&keys=PB. Up to 50 project keys can be provided.