feat: Add Jira filter creation with guided JQL query building#2
Merged
Conversation
Add ability to create saved Jira filters with interactive query building. Features: - /jira-filter-create command for creating Jira filters - Interactive JQL query building with guided questions - Query validation before filter creation - Shows sample results to confirm query matches intent - Support for both provided JQL and guided building - Configurable filter visibility (private or shared) Interactive Query Building: - Ask about project scope (single, multiple, or all) - Ask about issue types (Story, Bug, Task, etc.) - Ask about status/workflow states - Ask about assignee/team members - Optional additional criteria (priority, labels, dates) Components: - jira-filter-creator agent: Guides query building and creates filters - jira-filter-create command: User-invokable interface Query Validation: - Tests JQL against Jira before creating filter - Shows count and first 5-10 sample results - Confirms results match user expectations Plugin Updates: - Bumped aai-pm-jira version from 1.0.0 to 1.1.0 - Updated marketplace version from 1.0.2 to 1.0.3 - Added keywords: filters, jql - Regenerated plugin-manifest.json Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
bradtaylorsf
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the ability to create saved Jira filters with interactive, guided JQL query building.
Features
New Command:
/jira-filter-createInteractive Query Building
The agent asks targeted questions to build the perfect JQL query:
Project Scope
Issue Types
Status/Workflow
Assignee/Team
Additional Criteria (optional)
Query Validation
Before creating the filter:
Components Added
Agent:
jira-filter-creator.mdCommand:
jira-filter-create.mdUsage Examples
Interactive Mode (Guided Building)
With Existing JQL
/jira-filter-create "project = PROJ AND type = Bug AND status != Done"Common Patterns
Output After Creation
Users receive:
/jira-retro)Benefits
For Beginners:
For Power Users:
For Teams:
Version Updates
aai-pm-jiraplugin:1.0.0→1.1.01.0.2→1.0.3filters,jqlTesting
✅ Plugin structure validated with
node scripts/validate-plugins.js✅ Manifests updated and regenerated
✅ All files follow Claude Code plugin standards
To Test
Prerequisites: Atlassian MCP server configured with valid Jira credentials and filter creation permissions
Files Changed
plugins/aai-pm-jira/agents/jira-filter-creator.md(new)plugins/aai-pm-jira/commands/jira-filter-create.md(new)plugins/aai-pm-jira/.claude-plugin/plugin.json(version bump, keywords).claude-plugin/marketplace.json(version bump, description update)plugin-manifest.json(regenerated)Integration with Other Commands
The created filters can be used with:
/jira-retro- Use filter ID for retrospectives🤖 Generated with Claude Code