redmine_invalidate_cache
Clear Redmine cached data after configuration changes, such as adding trackers or editing workflows, without triggering a full reconcile.
Instructions
Drop cached entries for a scope. No HTTP request is made.
Args:
scope: one of:
- "all" — drop all schema rows (preserves auth fingerprint).
- "tracker:<id-or-name>" — drop one tracker + its workflow rows.
- "project:<id-or-slug>" — drop one project.
Use after Redmine config changes (new trackers, edited workflow, moved roles). The auth fingerprint is preserved so subsequent calls don't trigger a reconcile-wipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |