Jira Rules Builder
by Lyndon Cox
Build, patch, and fix Jira Cloud automation JSON files for advanced rules, unique lookup variables, and HTML emails.
- Weekly status digest emails grouped by epic
- Fixing exported rules with blank or duplicate lookup variable names
- Building multi-lookup rules the UI won't let you configure
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Weekly status digest emails grouped by epic
- Fixing exported rules with blank or duplicate lookup variable names
- file_read automation included
- Includes example output and usage patterns
Sample input
Create a Jira automation JSON for a weekly digest rule. Use a scheduled trigger with nosearch mode and a lookup issues action named tasks.
Sample output
{ "cloud": true, "rules": [{ "name": "Weekly Digest", "state": "DISABLED", "trigger": { "type": "jira.jql.scheduled", "value": { "executionMode": "nosearch" } }, "components": [{ "type": "jira.lookup.issues", "value": { "id": "_custom_tasks", "name": "tasks" } }] }] }
Jira Rules Builder
by Lyndon Cox
Build, patch, and fix Jira Cloud automation JSON files for advanced rules, unique lookup variables, and HTML emails.
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Weekly status digest emails grouped by epic
- Fixing exported rules with blank or duplicate lookup variable names
- file_read automation included
- Includes example output and usage patterns
- Instant install
Sample input
Create a Jira automation JSON for a weekly digest rule. Use a scheduled trigger with nosearch mode and a lookup issues action named tasks.
Sample output
{ "cloud": true, "rules": [{ "name": "Weekly Digest", "state": "DISABLED", "trigger": { "type": "jira.jql.scheduled", "value": { "executionMode": "nosearch" } }, "components": [{ "type": "jira.lookup.issues", "value": { "id": "_custom_tasks", "name": "tasks" } }] }] }
About This Skill
Automate Jira Like a Pro
Creating complex Jira Cloud automation rules via the standard UI can be limiting and error-prone. The Jira Rules Builder skill empowers developers to programmatically generate, patch, and fix Jira automation JSON files, enabling advanced configurations that are impossible through the web interface alone.
What it does
- Beyond UI Limits: Assign unique names to multiple lookup variables (Jira's UI defaults everything to `lookupIssues`), preventing data overwrites.
- Smart Value Optimization: Corrects common syntax errors in smart values, such as improper prefixes inside iteration blocks.
- Bug Prevention: Automatically fixes known Jira import issues, like the "convertLineBreaks" flag that destroys HTML email layouts or incorrect schema versions for email actions.
- Structure Validation: Ensures the output JSON includes site-specific constants (ARIs, Account IDs) required for a successful import.
Why use this skill?
Prompting a generic AI to write Jira JSON often results in schema version mismatches or invalid triggers. This skill uses a specialized knowledge base of Jira's import/export schema—including specific fixes for Scheduled triggers, Rovo Agent steps, and complex JQL patterns for different project types (Team-managed vs. Classic).
Supported Components
- Triggers: Scheduled digests (CRON/Basic), Issue transitions, and JQL-based events.
- Actions: Lookup Issues, Create Variable, Send Email (HTML supported), and Rovo Agent invocation.
- Cross-Platform: Works with both Next-gen (Team-managed) and Classic Jira project architectures.
Use Cases
- Weekly status digest emails grouped by epic
- Fixing exported rules with blank or duplicate lookup variable names
- Building multi-lookup rules the UI won't let you configure
- Rovo agent integration in automation rules
Known Limitations
- Sites must manually provide ARI/Account IDs from an existing export for successful import.
- Cannot bypass Jira's internal API limits or project permission restrictions.
- HTML emails require manual CSS inlining.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/jira-rules-builder -o /tmp/jira-rules-builder.zip && unzip -o /tmp/jira-rules-builder.zip -d ~/.claude/skills && rm /tmp/jira-rules-builder.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Reads user-provided Jira export JSON files. Writes patched JSON to local filesystem. No external API calls made by the skill itself.
Requires a Jira Cloud instance with Automation enabled. No ScriptRunner or third-party plugins needed. Works best when you provide an existing exported rule as a base.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.