Back to Skills

start

verified

Start work on a Jira ticket (transition to In Progress)

View on GitHub

Marketplace

han

TheBushidoCollective/han

Plugin

jira

Integration

Repository

TheBushidoCollective/han
74stars

plugins/services/jira/skills/start/SKILL.md

Last Verified

February 5, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/TheBushidoCollective/han/blob/main/plugins/services/jira/skills/start/SKILL.md -a claude-code --skill start

Installation paths:

Claude
.claude/skills/start/
Powered by add-skill CLI

Instructions

# start

## Name

hashi-jira:start - Start work on a Jira ticket (transition to In Progress)

## Synopsis

```
/start [arguments]
```

## Description

Start work on a Jira ticket (transition to In Progress)

## Implementation

Start work on a Jira ticket by transitioning it to "In Progress" and displaying acceptance criteria.

**Usage**: `/start PROJ-123`

**Steps**:

1. Use `atlassian_get_issue` to fetch ticket details
2. Display ticket summary and current status
3. Extract and highlight acceptance criteria
4. Use `atlassian_transition_issue` to transition to "In Progress"
5. Use `atlassian_add_comment` to add: "Starting work on this ticket"
6. Optionally use `atlassian_update_issue` to assign to current user if unassigned

**Display Format**:

```
▶️  Starting work on PROJ-123

Summary: {ticket summary}
Status: {old status} → In Progress
Assignee: {assignee}

📋 Acceptance Criteria:
{list all acceptance criteria as checklist}

Link: {ticket URL}
```

If ticket is already In Progress, just display current status and acceptance criteria without transitioning.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1057 chars