File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Jira project configuration for Backend.AI WebUI
2- # Used by the `fw- jira` CLI (fw plugin)
2+ # Read by the jira-workflow skill (fw plugin)
33
44JIRA_SITE="lablup.atlassian.net"
55JIRA_PROJECT="FR"
66
7- # Custom fields applied to every new issue
8- # Format: JSON object mapping field IDs to values
7+ # Custom fields auto- applied to every new issue
8+ # customfield_10173 = GitHub Repository (id:10232 = lablup/webui)
99JIRA_CUSTOM_FIELDS='{"customfield_10173":{"id":"10232"}}'
1010
11- # Team member nickname → accountId mapping
12- # Usage: fw- jira update FR-XXXX --assignee jongeun
11+ # Team member nickname → Atlassian accountId mapping
12+ # Usage (via jira-workflow skill): jira update FR-XXXX --assignee jongeun
1313JIRA_TEAM_MEMBERS='{
1414 "종은":"63240f6729083bbe8cc4d07d",
1515 "jongeun":"63240f6729083bbe8cc4d07d",
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Production build (`pnpm run build`) runs these steps sequentially:
114114 - GitHub PR content starts with ` Resolves #1234(FR-1234) ` where #1234 is the cloned issue number and FR-1234 is the Jira issue number
115115
116116- ** Tool Requirements** :
117- - ** Jira** : Use ` fw- jira` CLI (fw plugin). See ` jira-workflow ` skill for full usage . Project config in ` .jira.config ` .
117+ - ** Jira** : Use ` jira-workflow ` skill (fw plugin). Project config in ` .jira.config ` .
118118 - ** GitHub** : Use ` gh ` CLI (preferred) or GitHub MCP (` mcp__github__* ` )
119119 - ** Git/PR** : Use Graphite MCP (` mcp__graphite__run_gt_cmd ` ) for branch/commit/push
120120 - Do NOT use ` git commit ` , ` git push ` , ` git checkout -b ` directly
You can’t perform that action at this time.
0 commit comments