-
Notifications
You must be signed in to change notification settings - Fork 3
/
config_sample.yaml
70 lines (70 loc) · 1.95 KB
/
config_sample.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Copy this file to /etc/jirasync/config.yaml or ~/.config/jirasync/config.yaml
auth:
basic_auth: false
kerberos: true
username: <Username>
password: <Password>
board: <Board Name>
ca_cert_path: <Cert Path>
check_for_updates: 'false'
email_id: <Email ID>
git_urls:
- https://github.com/SatelliteQE/robottelo
- https://github.com/SatelliteQE/satellite6-upgrade
github_token: <Github Token>
github_username: <Github Username>
label_check: false
project: <Project Name>
url: <Jira URL>
verify_ssl: true
redmine_url: <redmine_url>
redmine_task_prefix: <redmine task prefix>
redmine_username: <redmine api username/email>
redmine_password: <redmine password>
service:
sleep_time: 120
commands:
- name: github
kwargs:
interval: week
sync: true
- name: redmine
kwargs:
sync: true
teams:
SATQE:
board: <Jira Board Name>
email_id: <Email Id>
git_urls:
- https://github.com/SatelliteQE/robottelo
- https://github.com/SatelliteQE/satellite6-upgrade
github_token: <Git Hub Token>
Users:
#you can write all the users in mentioned below way
Omkar Khatavkar:
github_username: omkarkhatavkar
jira_username: okhatavk
Jitendra Yejare:
github_username: jyejare
jira_username: jyejare
PulpQE:
board: <Jira Board Name>
email_id: <Email Id>
git_urls:
- https://github.com/SatelliteQE/robottelo
- https://github.com/SatelliteQE/satellite6-upgrade
github_token: <Git Hub Token>
Users:
#you can write all the users in mentioned below way
Bruno Rocha:
github_username: rochacbruno
jira_username: brocha
redmine_userid: 13998
Brian herring:
github_username: bherrin3
jira_username: bherring
redmine_userid: 14217
Kersom Moura:
github_username: kersommoura
jira_username: kersom
redmine_userid: 13606