redmine-issue

Read Redmine issues from any Redmine server via REST API with configurable URL and credentials. Use when you need to fetch a single issue, list/filter issues, or inspect issue fields for change planning; supports deployment to different Redmine instances via environment variables.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "redmine-issue" with this command: npx skills add guoway/redmine-issue

Redmine Issue

Read Redmine issues through REST API.

Required environment variables

  • REDMINE_URL (example: https://redmine.sylksoft.com)
  • One auth mode:
    • REDMINE_API_KEY, or
    • REDMINE_USERNAME + REDMINE_PASSWORD

Get one issue

node {baseDir}/scripts/issues.mjs get --id 123

List issues

node {baseDir}/scripts/issues.mjs list
node {baseDir}/scripts/issues.mjs list --project-id my-project --status-id open --limit 20 --offset 0
node {baseDir}/scripts/issues.mjs list --assigned-to-id me --sort "updated_on:desc"

Update one issue

node {baseDir}/scripts/issues.mjs update --id 123 --status-id 2 --notes "開始處理"
node {baseDir}/scripts/issues.mjs update --id 123 --assigned-to-id 6 --priority-id 3
node {baseDir}/scripts/issues.mjs update --id 123 --done-ratio 50 --notes "完成一半"

Notes

  • URL and auth are variables by design for cross-environment deployment.
  • API responses are output as JSON.
  • For automation, prefer REDMINE_API_KEY over username/password.

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

Tencent Cloud Rum

Query Tencent Cloud RUM data, analyze Web performance (LCP/FCP/WebVitals), troubleshoot JS/Promise errors, analyze API latency & error rates, diagnose slow s...

Registry SourceRecently Updated
General

Generator Video

Skip the learning curve of professional editing software. Describe what you want — generate a 30-second promotional video from this script with background mu...

Registry SourceRecently Updated
General

A Video Using

Skip the learning curve of professional editing software. Describe what you want — trim the intro, add background music, and export as a highlight reel — and...

Registry SourceRecently Updated
General

Power Automate Monitoring

**Pro+ subscription required.** Tenant-wide Power Automate flow health monitoring, failure rate analytics, and asset inventory using the FlowStudio MCP cache...

Registry SourceRecently Updated