brn:jira

The JIRA skill allows you to manage your tasks without leaving the terminal. It connects to your JIRA instance using the credentials configured in your workspace.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "brn:jira" with this command: npx skills add zfael/brn/zfael-brn-brn-jira

JIRA Integration

Description

The JIRA skill allows you to manage your tasks without leaving the terminal. It connects to your JIRA instance using the credentials configured in your workspace.

Available Scripts

list_tickets

Lists JIRA tickets assigned to the current user. Can be filtered by status.

  • Usage: brn jira list_tickets [status]

  • Arguments:

  • status (optional): Filter tickets by status (e.g., "In Progress", "To Do").

  • Example: brn jira list_tickets "In Progress"

get_ticket

Retrieves detailed information about a specific JIRA ticket.

  • Usage: brn jira get_ticket <ticket_key>

  • Arguments:

  • ticket_key : The JIRA issue key (e.g., PROJ-123 ).

  • Example: brn jira get_ticket PROJ-123

update_ticket

Updates the status (transition) of a JIRA ticket.

  • Usage: brn jira update_ticket <ticket_key> <transition>

  • Arguments:

  • ticket_key : The JIRA issue key.

  • transition : The name of the transition/status to move to (e.g., "In Progress", "Done").

  • Example: brn jira update_ticket PROJ-123 "In Progress"

add_comment

Adds a comment to a JIRA ticket.

  • Usage: brn jira add_comment <ticket_key> <comment>

  • Arguments:

  • ticket_key : The JIRA issue key.

  • comment : The text content of the comment.

  • Example: brn jira add_comment PROJ-123 "Released in version 1.2.0"

API Reference

See references/api_patterns.md for patterns.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

brn:workspace-manager

No summary provided by upstream source.

Repository SourceNeeds Review
General

brn:git-worktree

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

brn:workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

brn:github

No summary provided by upstream source.

Repository SourceNeeds Review