This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.ini.dist
54 lines (51 loc) · 2.01 KB
/
config.ini.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[Jira]
username=
password=
; Comma separated names of of fields in API that should be searched for Economic project ID
economic_field=
; Feel free to improve search query to match your needs.
search_query=assignee=currentUser() and status in ("In Progress") and Sprint in openSprints()
; API endpoint, eg. https://jira.example.com/rest/api/2/
api_url=
; Default activity. Will be used for all JIRA tasks.
default_activity_id=
[Economic]
; Agreement number, should be same for all employees
agreement=
username=
password=
; Economic user ID, needed only when it can be chosen by user in web app - empty otherwise.
user_id=
; Default project. Will be used when project ID is not found in JIRA or Google Calendar.
default_project_id=
; Custom formats for activity description. If none defined default description will be used.
; Each rule should be on separate line. Variables available (with curly braces):
; {CUSTOM} - will be replaced with event/task name
; {DEFAULT} - will be replaced with default activity description
description_format=
1 = {CUSTOM}
5 = {DEFAULT} - {CUSTOM}
;Name of calendar events provider. Currently supported: Google, Office365
calendar_provider=
[Google]
;Credentials to fill in below can be obtained from Google Developer Console:
;at https://console.developers.google.com/
client_secret=
client_id=
;Comma separated list of event names to ignore.
ignore_events=
;Project and activity ID patterns; will be used to search for these in description
project_id_pattern=#economic[^0-9]+([0-9]+)
activity_id_pattern=#activity[^0-9]+([0-9]+)
;Default activity id to be used when none is found in description using patterns above.
default_activity_id=
[Office365]
email=
password=
;Comma separated list of event names to ignore.
ignore_events=
;Project and activity ID patterns; will be used to search for these in description
project_id_pattern=#economic[^0-9]+([0-9]+)
activity_id_pattern=#activity[^0-9]+([0-9]+)
;Default activity id to be used when none is found in description using patterns above.
default_activity_id=