Modify ↓
Opened 4 years ago
Last modified 3 years ago
#4507 new enhancement
set resolution or invoke workflow
| Reported by: | dgc@… | Owned by: | bjornharrtell |
|---|---|---|---|
| Priority: | low | Component: | GridModifyPlugin |
| Severity: | minor | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
On my project, sometimes there is a lot of ticket triage to do on invalid (or deferrable) reports. I'd love to be able to resolve them from the report view, too. Perhaps a nice way of doing so would be to invoke a predefined workflow, rather than simply setting the resolution field. Maybe it could be inserted as an extra table column containing a select with options for each defined workflow.
Clicking into each ticket and waiting for complete synchronous page views is the only really annoying part of using Trac. Thanks for this plugin -- it does much to alleviate this already.
Attachments (0)
Change History (3)
comment:1 Changed 4 years ago by dgc
- Priority changed from normal to low
- Severity changed from normal to minor
comment:2 Changed 3 years ago by anonymous
- Owner changed from abbywinterscom to anonymous
- Status changed from new to assigned
comment:3 Changed 3 years ago by bjornharrtell
- Owner changed from anonymous to bjornharrtell
- Status changed from assigned to new
Note: See
TracTickets for help on using
tickets.


FWIW, I took a stab at implementing this through another plugin: GridFlowPlugin . This is working well for me, so degrading this to low priority.