Skip to main content

Redmine Issues

@wagaoneves/redmine-issuesv2026.08.10.2· 12d agoWORKFLOWSREPORTS
01README

Open Redmine issues across the projects a companion workflow queries, filterable by the Team custom field (or "all" teams), with parent/child issues (following your tracker hierarchy, e.g. Theme/Story/Task) clustered into one tree per shared ancestor instead of a flat list.

02Workflows1
@wagaoneves/redmine-issuesb70e8e53-eefe-47c3-aaae-955e61cede7e

Open Redmine issues across a parent project and one of its subprojects (each project's own steps below, edit the `project` input on each to point at your own Redmine project identifiers). Steps are split by status: New, In Progress, Ready, Design, Waiting. For the parent project's "New" status specifically, only the 100 most recently updated issues are fetched — the tracker model's list_issues method has no offset-based pagination beyond that (see the companion report's notes for any truncation)

mainFetch open issues per project/status from the tracker model
1.support-requests-opentracker.list_issues— All open issues in the subproject
2.oo-newtracker.list_issues— Parent project issues in status New
3.oo-in-progresstracker.list_issues— Parent project issues in status In Progress
4.oo-readytracker.list_issues— Parent project issues in status Ready
5.oo-designtracker.list_issues— Parent project issues in status Design
6.oo-waitingtracker.list_issues— Parent project issues in status Waiting
03Reports1
@wagaoneves/redmine-issuesworkflow
redmine_issues.ts

Open Redmine issues from a companion workflow's list_issues steps, filterable by the Team custom field

redmineo11n
04Previous Versions1
2026.08.10.1
05Stats
A
100 / 100
Downloads
0
Archive size
10.5 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels