-
Notifications
You must be signed in to change notification settings - Fork 4
/
jira-slackit.model.properties
35 lines (26 loc) · 1.13 KB
/
jira-slackit.model.properties
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
###########################
# Main configuration
###########################
# Custom field used to store the channel id associated to an issue
slackit.cfID = 24900
# Custom field used to store the channel id associated to an issue
slackit.baseurl = https://XXXX.slack.com
# "Slackit for Jira" Slack application identification (https://api.slack.com/applications)
slackit.app.client.id = 1111111111.2222222222
slackit.app.client.secret = 0123456789abcdef
# Jira user to use for all slack operations (searching, comment...)
slackit.jirauser = slack
# Optional role restriction when comment are made by SlakIt plugin
slackit.archive.comment.role = Participants
###########################
# Jira rules for channel membership
###########################
# List of user custom fields to add as possible channel members
slackit.members.customfields = 13900,15401,10301
# Linked issues to review for possible channel members
# If left empty, no links will be considered
# If value set to 'all', all links will be considered
# format is <link id>.<direction>
# in => Inward
# out => Outward
slackit.members.issuelinks = 10010.in,10010.out,10020.in,10020.out