-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy path.jira.config
More file actions
22 lines (19 loc) · 866 Bytes
/
.jira.config
File metadata and controls
22 lines (19 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Jira project configuration for Backend.AI WebUI
# Read by the jira-workflow skill (fw plugin)
JIRA_SITE="lablup.atlassian.net"
JIRA_PROJECT="FR"
# Custom fields auto-applied to every new issue
# customfield_10173 = GitHub Repository (id:10232 = lablup/webui)
JIRA_CUSTOM_FIELDS='{"customfield_10173":{"id":"10232"}}'
# Team member nickname → Atlassian accountId mapping
# Usage (via jira-workflow skill): jira update FR-XXXX --assignee jongeun
JIRA_TEAM_MEMBERS='{
"종은":"63240f6729083bbe8cc4d07d",
"jongeun":"63240f6729083bbe8cc4d07d",
"승원":"712020:06ef5fd1-fd10-4969-8533-80c5245750e2",
"seungwon":"712020:06ef5fd1-fd10-4969-8533-80c5245750e2",
"성철":"712020:52c9a410-dfd2-4acd-97a6-8c6112ec8a34",
"sungchul":"712020:52c9a410-dfd2-4acd-97a6-8c6112ec8a34",
"수진":"632410dd29083bbe8cc4d0ad",
"sujin":"632410dd29083bbe8cc4d0ad"
}'