From copy
Copy to clipboard for Jira Cloud (Markdown). Specify what to copy, or auto-detects from context.
How this command is triggered — by the user, by Claude, or both
Slash command
/copy:jira what to copyThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /copy:jira - Format for Jira Cloud Copy data/tables/text to clipboard, formatted as Markdown for Jira Cloud. **$ARGUMENTS** = `[what to copy]` (optional - if not specified, finds most recent output) ## Workflow 1. **Find content**: If specified in arguments, find that content. Otherwise, find most recent table/data/output. 2. **Format as Markdown for Jira Cloud** 3. **Copy to clipboard**: `pbcopy` 4. **Confirm**: Show preview ## Jira Cloud Formatting Rules (Markdown) - Tables: Standard Markdown table syntax - Bold: `**text**` - Italic: `*text*` - Code: `` `code` `` or triple backtic...
Copy data/tables/text to clipboard, formatted as Markdown for Jira Cloud.
$ARGUMENTS = [what to copy] (optional - if not specified, finds most recent output)
pbcopy**text***text*`code` or triple backticks for blocks[text](url)# H1, ## H2, etc.| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Value 1 | Value 2 | Value 3 |
| Value 4 | Value 5 | Value 6 |
Always format numbers for readability:
2450000 → $2.45M15.7894 → 15.8%1247 → 1,247After copying, show:
✓ Copied to clipboard (format: Jira Cloud Markdown)
Preview:
[first 5-10 lines of copied content]
npx claudepluginhub omriariav/omri-cc-stuff --plugin copy/exportExports Jira issues via JQL queries to PDF, Excel, CSV, or JSON formats. Supports reports with templates, scheduling, emailing, and archiving.
/f5-jiraManages unified Jira integration: setup connection, sync issues/files, check status, convert Excel/CSV, handle issues/attachments via subcommands.
/convert-jira-exportConverts a Jira export JSON file to beads format, generating YAML files in .beads/ directory.
/jiraManages Jira tickets: fetch and analyze requirements, add comments, transition status, or search issues with JQL.
/jiraInteracts with Jira tickets — fetches and analyzes tickets, adds comments, transitions status, and searches via JQL.