Skip to content

Commit 48e260d

Browse files
Merge pull request #130 from ehearne-redhat/jira-backlog-command-1
<CLEAN COMMIT HISTORY>: Add /jira:backlog command to find suitable tickets from backlog
2 parents cc69412 + a4c7765 commit 48e260d

File tree

3 files changed

+606
-0
lines changed

3 files changed

+606
-0
lines changed

PLUGINS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ See [plugins/hello-world/README.md](plugins/hello-world/README.md) for detailed
9898
A plugin to automate tasks with Jira
9999

100100
**Commands:**
101+
- **`/jira:backlog` `[project-key] [--assignee username] [--days-inactive N]`** - Find suitable JIRA tickets from the backlog to work on based on priority and activity
101102
- **`/jira:create-release-note` `<issue-key>`** - Generate bug fix release notes from Jira tickets and linked GitHub PRs
102103
- **`/jira:create` `<type> [project-key] <summary> [--component <name>] [--version <version>] [--parent <key>]`** - Create Jira issues (story, epic, feature, task, bug) with proper formatting
103104
- **`/jira:generate-test-plan` `[JIRA issue key] [GitHub PR URLs]`** - Generate test steps for a JIRA issue

docs/data.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
"description": "A plugin to automate tasks with Jira",
7474
"version": "0.0.1",
7575
"commands": [
76+
{
77+
"name": "backlog",
78+
"description": "Find suitable JIRA tickets from the backlog to work on based on priority and activity",
79+
"synopsis": "/jira:backlog [project-key] [--assignee username] [--days-inactive N]",
80+
"argument_hint": "[project-key] [--assignee username] [--days-inactive N]"
81+
},
7682
{
7783
"name": "create-release-note",
7884
"description": "Generate bug fix release notes from Jira tickets and linked GitHub PRs",

0 commit comments

Comments
 (0)