ElasticFlow
HubAll SkillsBy DepartmentBy RoleBy ToolBy MetricMCPsPublishers
HoofdsiteInloggenRegistreren
ElasticFlow

Transformeer je bedrijf met AI-gedreven workflowautomatisering. Eén platform voor al je enterprise-behoeften.

Volg ons

Platform

  • Functies
  • Voordelen
  • Use cases
  • Workflowbibliotheek

Use cases

  • Sales
  • Marketing
  • Financiën & Juridisch
  • HR

Catalogus

  • Afdelingen
  • Rollen
  • Tools
  • Metrieken
  • Platforms

Groei

  • Doorverwijsprogramma
  • Partners

Juridisch

  • Privacybeleid
  • Gebruiksvoorwaarden
  • Cookiebeleid
  • Acceptabel gebruik
  • Beveiliging
  • SLA

© 2026 ElasticFlow. Alle rechten voorbehouden.

ElasticFlow
HubAll SkillsBy DepartmentBy RoleBy ToolBy MetricMCPsPublishers
HoofdsiteInloggenRegistreren
ElasticFlow

Transformeer je bedrijf met AI-gedreven workflowautomatisering. Eén platform voor al je enterprise-behoeften.

Volg ons

Platform

  • Functies
  • Voordelen
  • Use cases
  • Workflowbibliotheek

Use cases

  • Sales
  • Marketing
  • Financiën & Juridisch
  • HR

Catalogus

  • Afdelingen
  • Rollen
  • Tools
  • Metrieken
  • Platforms

Groei

  • Doorverwijsprogramma
  • Partners

Juridisch

  • Privacybeleid
  • Gebruiksvoorwaarden
  • Cookiebeleid
  • Acceptabel gebruik
  • Beveiliging
  • SLA

© 2026 ElasticFlow. Alle rechten voorbehouden.

ElasticFlow
HubAll SkillsBy DepartmentBy RoleBy ToolBy MetricMCPsPublishers
HoofdsiteInloggenRegistreren
  1. Home
  2. Skills
  3. Jira Automation
Beschikbaar in:🇬🇧 English🇰🇷 한국어
AI-skillAutomate JiraProduct & Engineering

Build repeatable Jira project workflows, sprint plans, and reports. — Claude Skill

Een Claude-skill voor Claude Code door Claude Office Skills — uitvoeren met /jira-automation in Claude·Bijgewerkt op 12 jun 2026·vmain@9c4c7d5

Compatibel metClaude

Creates issue templates, sprint setup, automation rules, and reporting plans so Jira administration is consistent across teams.

  • Creates reusable bug, story, and feature request templates for Jira.
  • Builds sprint planning structure: capacity, ceremonies, board columns, WIP limits, and story point target.
  • Drafts automation rules for assignments, priority labels, stale issues, and subtask closure.
  • Produces reporting plans for burndown, velocity, issue aging, and sprint health.
JijVandaag

A PM manually creates tickets, updates sprint boards, writes automation rules, and builds sprint reports after the fact.

Met /jira-automation

Run /jira-automation to generate Jira-ready issue templates, sprint setup, automation rules, and reports from one structured brief.

1 Collect Jira context2 Generate templates and rules3 Review changes4 Apply in Jira5 Report sprint evidence

Voor wie

Project Manager

Automate Jira tickets, sprint planning, workflow rules, and delivery evidence.

Skills voor deze rol bekijken
Product Manager

Keep sprint tickets, bugs, and agile reporting current without manual Jira administration.

Skills voor deze rol bekijken

Wat het doet

Project setup

Create consistent issue templates, board columns, and workflow rules.

Sprint planning

Plan capacity, target points, ceremonies, and WIP limits.

Team reporting

Prepare burndown, velocity, stale issue, and sprint health reports.

Hoe het werkt

1

Describe the Jira project, issue types, sprint cadence, and workflow statuses.

2

Choose what to automate: templates, sprint plan, board setup, workflow rule, or report.

3

Generate Jira-ready configuration, rule logic, JQL, and reporting structure.

4

Review the plan before an admin applies it in Jira.

Invoeropties

Jira project setup

Project key, issue types, statuses, board columns, and workflow needs.

Voorbeeld

What the user pastes
Team: Support Engineering
Problem: bugs arrive from Support but triage is inconsistent
Current Jira statuses: Backlog, Selected, In Progress, Review, Done
Needs:
- standard bug template
- priority labels
- stale issue reminder after 3 business days
- weekly report for new, fixed, reopened, and blocked bugs
Admin will apply changes after review
Useful result
Bug template
Fields: customer impact, affected product area, steps to reproduce, expected result, actual result, evidence link, severity, owner, and acceptance criteria.
Automation rules
Add urgent label for Severity 1, notify owner when In Progress is stale for 3 business days, and move all subtasks to Done when parent bug is closed.
Board setup
Use WIP limits for In Progress and Review so support bugs do not disappear between triage and fix.
Weekly report
Show new bugs, fixed bugs, reopened bugs, blocked bugs, and average time from Selected to Done.

Verbeterde metrieken

Ticket Cycle Time
-10-25%
Product & Engineering
Sprint Predictability
+15-30%
Product & Engineering
Issue Hygiene
+25-40%
Product & Engineering

Werkt met

Google Sheets
handmatig

Export or analyze sprint metrics, burndown, velocity, and issue aging reports.

Jira
handmatig

Primary system for issue creation, workflow transitions, JQL search, sprint planning, and reporting.

Confluence
handmatig

Document sprint plans, project status, issue templates, and automation rules.

Jira Automation gebruiken?

Kies hoe je wilt beginnen.

In Claude Code uitvoeren
Gratis. Open source.

Installeer en gebruik deze skill lokaal op je computer.

1
Claude Code installeren

Open een terminal op je computer en plak dit commando:

2
De skill installeren

Dit downloadt de skill met alle bestanden naar je computer:

Voeg -g aan het eind toe om het in al je projecten beschikbaar te maken.

3
Uitvoeren

Start Claude Code en typ het commando:

dan
Broncode op GitHub bekijken
Op ElasticFlow gebruiken
Team- en samenwerkingsfuncties

Voer skills uit vanuit je browser. Deel resultaten, beheer toegang, werk samen met je team. Geen terminal nodig.

14 dagen gratis. Altijd opzegbaar.

Bekijken op GitHub

Jira Automation

Comprehensive skill for automating Jira project management and agile workflows.

Core Workflows

1. Issue Management Pipeline

ISSUE LIFECYCLE:
┌─────────────────┐
│    Backlog      │
└────────┬────────┘
         ▼
┌─────────────────┐
│   To Do         │──────┐
└────────┬────────┘      │
         ▼               │
┌─────────────────┐      │ Blocked
│   In Progress   │◄─────┘
└────────┬────────┘
         ▼
┌─────────────────┐
│   In Review     │
└────────┬────────┘
         ▼
┌─────────────────┐
│     Done        │
└─────────────────┘

2. Automation Rules

automation_rules:
  - name: auto_assign_on_transition
    trigger:
      type: issue_transitioned
      to_status: "In Progress"
    condition:
      assignee: unassigned
    action:
      assign_to: trigger_user

  - name: add_label_on_priority
    trigger:
      type: issue_created
      priority: highest
    action:
      - add_label: "urgent"
      - send_slack: "#dev-alerts"

  - name: auto_close_subtasks
    trigger:
      type: issue_transitioned
      to_status: "Done"
      issue_type: Story
    action:
      transition_subtasks: "Done"

  - name: sla_warning
    trigger:
      type: scheduled
      cron: "0 9 * * 1-5"
    condition:
      jql: "status = 'In Progress' AND updated < -3d"
    action:
      - add_comment: "@assignee Please update this issue"
      - send_notification: assignee

Sprint Management

Sprint Planning Template

sprint_planning:
  name: "Sprint {{sprint_number}}"
  duration: 14  # days
  
  capacity_planning:
    team_size: 6
    hours_per_day: 6
    total_capacity: 504  # hours
    
  story_points:
    target: 42
    buffer: 10%  # for unplanned work
    
  ceremonies:
    - name: Sprint Planning
      day: 1
      duration: 2h
    - name: Daily Standup
      day: "daily"
      duration: 15m
    - name: Sprint Review
      day: 14
      duration: 1h
    - name: Retrospective
      day: 14
      duration: 1h

Sprint Board Configuration

board_config:
  type: scrum
  columns:
    - name: Backlog
      statuses: ["Backlog"]
    - name: To Do
      statuses: ["To Do", "Selected for Development"]
      wip_limit: null
    - name: In Progress
      statuses: ["In Progress"]
      wip_limit: 6
    - name: In Review
      statuses: ["Code Review", "QA"]
      wip_limit: 4
    - name: Done
      statuses: ["Done"]
      
  swimlanes:
    type: assignee
    show_epics: true

Issue Templates

Bug Report

bug_template:
  project: DEV
  issue_type: Bug
  fields:
    summary: "[BUG] {{title}}"
    description: |
      ## Description
      {{description}}
      
      ## Steps to Reproduce
      1. {{step1}}
      2. {{step2}}
      3. {{step3}}
      
      ## Expected Behavior
      {{expected}}
      
      ## Actual Behavior
      {{actual}}
      
      ## Environment
      - Browser: {{browser}}
      - OS: {{os}}
      - Version: {{app_version}}
      
      ## Screenshots
      {{attachments}}
    
    priority: {{severity}}
    labels: ["bug", "needs-triage"]
    components: ["{{component}}"]

Feature Request

feature_template:
  project: DEV
  issue_type: Story
  fields:
    summary: "[FEATURE] {{title}}"
    description: |
      ## User Story
      As a {{user_type}}, I want to {{action}} so that {{benefit}}.
      
      ## Acceptance Criteria
      - [ ] {{criteria1}}
      - [ ] {{criteria2}}
      - [ ] {{criteria3}}
      
      ## Technical Notes
      {{tech_notes}}
      
      ## Design Mockups
      {{mockups}}
    
    labels: ["feature", "needs-refinement"]
    story_points: null  # To be estimated

Epic Structure

epic_template:
  project: DEV
  issue_type: Epic
  fields:
    summary: "{{epic_name}}"
    description: |
      ## Overview
      {{overview}}
      
      ## Goals
      - {{goal1}}
      - {{goal2}}
      
      ## Success Metrics
      | Metric | Current | Target |
      |--------|---------|--------|
      | {{metric1}} | {{current1}} | {{target1}} |
      
      ## Timeline
      Start: {{start_date}}
      Target Completion: {{end_date}}
      
      ## Dependencies
      {{dependencies}}
      
    child_issues:
      - type: Story
        count: "auto"

JQL Queries Library

Common Queries

# My open issues
assignee = currentUser() AND resolution = Unresolved ORDER BY priority DESC

# Sprint progress
project = DEV AND Sprint = "Sprint 15" ORDER BY status

# Bugs by severity
project = DEV AND type = Bug AND resolution = Unresolved 
ORDER BY priority DESC, created ASC

# Stale issues
project = DEV AND status = "In Progress" AND updated < -7d

# Ready for review
project = DEV AND status = "Code Review" AND "Code Reviewer" is EMPTY

# Release scope
fixVersion = "v2.5.0" AND resolution = Unresolved

# Team velocity
project = DEV AND type = Story AND Sprint in closedSprints() 
AND resolved >= -90d

# Blockers
project = DEV AND (priority = Blocker OR labels = blocked)
AND resolution = Unresolved

Reporting & Dashboards

Sprint Dashboard

SPRINT 15 DASHBOARD
═══════════════════════════════════════

Progress:
Day 8 of 14 │ ████████░░░░░░ 57%

Story Points:
Committed: 42
Completed: 24  │ ████████████░░░░░░░░ 57%
Remaining: 18

Burndown:
│ 42 ┤ ▪
│    │  ▪▪
│    │    ▪▪
│    │      ▪▪▪
│ 21 ┤         ▪ ← Ideal
│    │          ▪▪
│    │            ▪▪
│    │              ▪▪
│  0 ┤                ▪
└────┴────────────────────
     Day 1           Day 14

Issue Status:
To Do        ███░░░░░░░ 6
In Progress  █████░░░░░ 8
In Review    ████░░░░░░ 5
Done         █████████░ 12

Velocity Chart

TEAM VELOCITY (Last 6 Sprints)
═══════════════════════════════════════

│  50 ┤
│     │           ▓▓
│  40 ┤    ▓▓     ▓▓     ▓▓     ▓▓
│     │    ▓▓ ▓▓  ▓▓     ▓▓ ▓▓  ▓▓
│  30 ┤ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│     │ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│  20 ┤ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│     │ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│  10 ┤ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│     │ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│   0 ┴─────────────────────────────
       S10 S11 S12 S13 S14 S15

Average: 38 points | Trend: +5%

Integration Workflows

GitHub Integration

github_integration:
  branch_creation:
    trigger: issue_transitioned_to_in_progress
    pattern: "{{issue_type}}/{{issue_key}}-{{summary_slug}}"
    
  commit_linking:
    patterns:
      - "{{issue_key}}"
      - "#{{issue_key}}"
    action: add_comment_with_link
    
  pr_automation:
    on_pr_open:
      - transition_issue: "Code Review"
      - add_pr_link_to_issue
    on_pr_merge:
      - transition_issue: "Done"
      - add_comment: "Merged in {{pr_url}}"

Slack Integration

slack_integration:
  channels:
    dev_updates: "#dev-updates"
    alerts: "#dev-alerts"
    
  notifications:
    - event: blocker_created
      channel: alerts
      message: "🚨 Blocker: {{issue.key}} - {{issue.summary}}"
      
    - event: sprint_started
      channel: dev_updates
      message: "🏃 Sprint {{sprint.name}} has started! Goal: {{sprint.goal}}"
      
    - event: release_completed
      channel: dev_updates
      message: "🚀 Release {{version}} is live!"

Workflow Customization

Custom Workflow

workflow:
  name: Development Workflow
  statuses:
    - Backlog
    - Ready for Dev
    - In Progress
    - Code Review
    - QA
    - Ready for Release
    - Done
    
  transitions:
    - from: Backlog
      to: Ready for Dev
      name: "Refine"
      conditions:
        - story_points_set
        
    - from: Ready for Dev
      to: In Progress
      name: "Start Work"
      post_functions:
        - assign_to_current_user
        
    - from: In Progress
      to: Code Review
      name: "Submit for Review"
      validators:
        - has_linked_pr
        
    - from: Code Review
      to: QA
      name: "Pass Review"
      conditions:
        - all_reviewers_approved
        
    - from: QA
      to: Done
      name: "Pass QA"
      post_functions:
        - resolve_issue

Best Practices

  1. Keep Issues Small: Break down to complete in 1-2 days
  2. Write Clear Descriptions: Include all context needed
  3. Link Related Issues: Use proper issue linking
  4. Update Status Regularly: Move cards as work progresses
  5. Use Labels Consistently: Establish team conventions
  6. Estimate in Points: Use relative sizing
  7. Review Backlog Weekly: Keep backlog groomed

Referentiedocumenten


name: Jira Automation description: Automate Jira project management workflows, sprint planning, issue tracking, and reporting version: 1.0.0 author: Claude Office Skills category: project-management tags:

  • jira
  • agile
  • sprint
  • project-management
  • automation department: engineering models:
  • claude-3-opus
  • claude-3-sonnet
  • gpt-4 mcp: server: project-mcp tools:
    • jira_create_issue
    • jira_update_issue
    • jira_search
    • jira_transition capabilities:
  • Issue creation and management
  • Sprint planning automation
  • Workflow automation
  • Reporting and analytics input:
  • Issue details
  • Sprint configurations
  • Workflow rules
  • Report parameters output:
  • Created/updated issues
  • Sprint reports
  • Burndown charts
  • Velocity metrics languages:
  • en related_skills:
  • asana-automation
  • linear-automation
  • github-integration

Jira Automation

Comprehensive skill for automating Jira project management and agile workflows.

Core Workflows

1. Issue Management Pipeline

ISSUE LIFECYCLE:
┌─────────────────┐
│    Backlog      │
└────────┬────────┘
         ▼
┌─────────────────┐
│   To Do         │──────┐
└────────┬────────┘      │
         ▼               │
┌─────────────────┐      │ Blocked
│   In Progress   │◄─────┘
└────────┬────────┘
         ▼
┌─────────────────┐
│   In Review     │
└────────┬────────┘
         ▼
┌─────────────────┐
│     Done        │
└─────────────────┘

2. Automation Rules

automation_rules:
  - name: auto_assign_on_transition
    trigger:
      type: issue_transitioned
      to_status: "In Progress"
    condition:
      assignee: unassigned
    action:
      assign_to: trigger_user

  - name: add_label_on_priority
    trigger:
      type: issue_created
      priority: highest
    action:
      - add_label: "urgent"
      - send_slack: "#dev-alerts"

  - name: auto_close_subtasks
    trigger:
      type: issue_transitioned
      to_status: "Done"
      issue_type: Story
    action:
      transition_subtasks: "Done"

  - name: sla_warning
    trigger:
      type: scheduled
      cron: "0 9 * * 1-5"
    condition:
      jql: "status = 'In Progress' AND updated < -3d"
    action:
      - add_comment: "@assignee Please update this issue"
      - send_notification: assignee

Sprint Management

Sprint Planning Template

sprint_planning:
  name: "Sprint {{sprint_number}}"
  duration: 14  # days
  
  capacity_planning:
    team_size: 6
    hours_per_day: 6
    total_capacity: 504  # hours
    
  story_points:
    target: 42
    buffer: 10%  # for unplanned work
    
  ceremonies:
    - name: Sprint Planning
      day: 1
      duration: 2h
    - name: Daily Standup
      day: "daily"
      duration: 15m
    - name: Sprint Review
      day: 14
      duration: 1h
    - name: Retrospective
      day: 14
      duration: 1h

Sprint Board Configuration

board_config:
  type: scrum
  columns:
    - name: Backlog
      statuses: ["Backlog"]
    - name: To Do
      statuses: ["To Do", "Selected for Development"]
      wip_limit: null
    - name: In Progress
      statuses: ["In Progress"]
      wip_limit: 6
    - name: In Review
      statuses: ["Code Review", "QA"]
      wip_limit: 4
    - name: Done
      statuses: ["Done"]
      
  swimlanes:
    type: assignee
    show_epics: true

Issue Templates

Bug Report

bug_template:
  project: DEV
  issue_type: Bug
  fields:
    summary: "[BUG] {{title}}"
    description: |
      ## Description
      {{description}}
      
      ## Steps to Reproduce
      1. {{step1}}
      2. {{step2}}
      3. {{step3}}
      
      ## Expected Behavior
      {{expected}}
      
      ## Actual Behavior
      {{actual}}
      
      ## Environment
      - Browser: {{browser}}
      - OS: {{os}}
      - Version: {{app_version}}
      
      ## Screenshots
      {{attachments}}
    
    priority: {{severity}}
    labels: ["bug", "needs-triage"]
    components: ["{{component}}"]

Feature Request

feature_template:
  project: DEV
  issue_type: Story
  fields:
    summary: "[FEATURE] {{title}}"
    description: |
      ## User Story
      As a {{user_type}}, I want to {{action}} so that {{benefit}}.
      
      ## Acceptance Criteria
      - [ ] {{criteria1}}
      - [ ] {{criteria2}}
      - [ ] {{criteria3}}
      
      ## Technical Notes
      {{tech_notes}}
      
      ## Design Mockups
      {{mockups}}
    
    labels: ["feature", "needs-refinement"]
    story_points: null  # To be estimated

Epic Structure

epic_template:
  project: DEV
  issue_type: Epic
  fields:
    summary: "{{epic_name}}"
    description: |
      ## Overview
      {{overview}}
      
      ## Goals
      - {{goal1}}
      - {{goal2}}
      
      ## Success Metrics
      | Metric | Current | Target |
      |--------|---------|--------|
      | {{metric1}} | {{current1}} | {{target1}} |
      
      ## Timeline
      Start: {{start_date}}
      Target Completion: {{end_date}}
      
      ## Dependencies
      {{dependencies}}
      
    child_issues:
      - type: Story
        count: "auto"

JQL Queries Library

Common Queries

# My open issues
assignee = currentUser() AND resolution = Unresolved ORDER BY priority DESC

# Sprint progress
project = DEV AND Sprint = "Sprint 15" ORDER BY status

# Bugs by severity
project = DEV AND type = Bug AND resolution = Unresolved 
ORDER BY priority DESC, created ASC

# Stale issues
project = DEV AND status = "In Progress" AND updated < -7d

# Ready for review
project = DEV AND status = "Code Review" AND "Code Reviewer" is EMPTY

# Release scope
fixVersion = "v2.5.0" AND resolution = Unresolved

# Team velocity
project = DEV AND type = Story AND Sprint in closedSprints() 
AND resolved >= -90d

# Blockers
project = DEV AND (priority = Blocker OR labels = blocked)
AND resolution = Unresolved

Reporting & Dashboards

Sprint Dashboard

SPRINT 15 DASHBOARD
═══════════════════════════════════════

Progress:
Day 8 of 14 │ ████████░░░░░░ 57%

Story Points:
Committed: 42
Completed: 24  │ ████████████░░░░░░░░ 57%
Remaining: 18

Burndown:
│ 42 ┤ ▪
│    │  ▪▪
│    │    ▪▪
│    │      ▪▪▪
│ 21 ┤         ▪ ← Ideal
│    │          ▪▪
│    │            ▪▪
│    │              ▪▪
│  0 ┤                ▪
└────┴────────────────────
     Day 1           Day 14

Issue Status:
To Do        ███░░░░░░░ 6
In Progress  █████░░░░░ 8
In Review    ████░░░░░░ 5
Done         █████████░ 12

Velocity Chart

TEAM VELOCITY (Last 6 Sprints)
═══════════════════════════════════════

│  50 ┤
│     │           ▓▓
│  40 ┤    ▓▓     ▓▓     ▓▓     ▓▓
│     │    ▓▓ ▓▓  ▓▓     ▓▓ ▓▓  ▓▓
│  30 ┤ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│     │ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│  20 ┤ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│     │ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│  10 ┤ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│     │ ▓▓ ▓▓ ▓▓  ▓▓ ▓▓  ▓▓ ▓▓  ▓▓
│   0 ┴─────────────────────────────
       S10 S11 S12 S13 S14 S15

Average: 38 points | Trend: +5%

Integration Workflows

GitHub Integration

github_integration:
  branch_creation:
    trigger: issue_transitioned_to_in_progress
    pattern: "{{issue_type}}/{{issue_key}}-{{summary_slug}}"
    
  commit_linking:
    patterns:
      - "{{issue_key}}"
      - "#{{issue_key}}"
    action: add_comment_with_link
    
  pr_automation:
    on_pr_open:
      - transition_issue: "Code Review"
      - add_pr_link_to_issue
    on_pr_merge:
      - transition_issue: "Done"
      - add_comment: "Merged in {{pr_url}}"

Slack Integration

slack_integration:
  channels:
    dev_updates: "#dev-updates"
    alerts: "#dev-alerts"
    
  notifications:
    - event: blocker_created
      channel: alerts
      message: "🚨 Blocker: {{issue.key}} - {{issue.summary}}"
      
    - event: sprint_started
      channel: dev_updates
      message: "🏃 Sprint {{sprint.name}} has started! Goal: {{sprint.goal}}"
      
    - event: release_completed
      channel: dev_updates
      message: "🚀 Release {{version}} is live!"

Workflow Customization

Custom Workflow

workflow:
  name: Development Workflow
  statuses:
    - Backlog
    - Ready for Dev
    - In Progress
    - Code Review
    - QA
    - Ready for Release
    - Done
    
  transitions:
    - from: Backlog
      to: Ready for Dev
      name: "Refine"
      conditions:
        - story_points_set
        
    - from: Ready for Dev
      to: In Progress
      name: "Start Work"
      post_functions:
        - assign_to_current_user
        
    - from: In Progress
      to: Code Review
      name: "Submit for Review"
      validators:
        - has_linked_pr
        
    - from: Code Review
      to: QA
      name: "Pass Review"
      conditions:
        - all_reviewers_approved
        
    - from: QA
      to: Done
      name: "Pass QA"
      post_functions:
        - resolve_issue

Best Practices

  1. Keep Issues Small: Break down to complete in 1-2 days
  2. Write Clear Descriptions: Include all context needed
  3. Link Related Issues: Use proper issue linking
  4. Update Status Regularly: Move cards as work progresses
  5. Use Labels Consistently: Establish team conventions
  6. Estimate in Points: Use relative sizing
  7. Review Backlog Weekly: Keep backlog groomed
ElasticFlow

Transformeer je bedrijf met AI-gedreven workflowautomatisering. Eén platform voor al je enterprise-behoeften.

Volg ons

Platform

  • Functies
  • Voordelen
  • Use cases
  • Workflowbibliotheek

Use cases

  • Sales
  • Marketing
  • Financiën & Juridisch
  • HR

Catalogus

  • Afdelingen
  • Rollen
  • Tools
  • Metrieken
  • Platforms

Groei

  • Doorverwijsprogramma
  • Partners

Juridisch

  • Privacybeleid
  • Gebruiksvoorwaarden
  • Cookiebeleid
  • Acceptabel gebruik
  • Beveiliging
  • SLA

© 2026 ElasticFlow. Alle rechten voorbehouden.