Skip to content

Commit 30e2feb

Browse files
authored
chore(FR-2298): update Jira tool references from fw-jira to jira-workflow skill (#5963)
1 parent 0d48b7a commit 30e2feb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.jira.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

44
JIRA_SITE="lablup.atlassian.net"
55
JIRA_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)
99
JIRA_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
1313
JIRA_TEAM_MEMBERS='{
1414
"종은":"63240f6729083bbe8cc4d07d",
1515
"jongeun":"63240f6729083bbe8cc4d07d",

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)