Opened 17 years ago
Closed 17 years ago
#5865 closed enhancement (wontfix)
Workflow action to assign a ticket back to the previous owner
Reported by: | Owned by: | Eli Carter | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | workflow |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi
I'm working on a workflow where we want to be able to assign a ticket back to the previous owner. F.ex. when a ticket is in_QA we want to be able to fail the tests and automatically assign it back to the previous person. (Maybe it even should be able to assign it back to the previous developer? Like if a test person assigned the ticket to another tester..)
I'm trying to implement this my self locally now and my best shot right now is that I will create a new action set_owner_to_prev_owner and make an sql call to get the previous owner from ticket_change.
I'm not sure it's the proper way or if there are better alternatives.
Attachments (0)
Change History (6)
comment:1 by , 17 years ago
comment:4 by , 17 years ago
I was just thinking about this same problem for our workflow. My best option right now is to not change the owner, but use custom queries for testing dept based on the status change.
But the set_owner_back_to_previous
action (or something equivalent) would be useful indeed.
comment:5 by , 17 years ago
Owner: | changed from | to
---|
comment:6 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
wiki:AdvancedTicketWorkflowPlugin
Implemented as a plugin on trac-hacks. If parts of that plugin become "universally useful", we can pull them into core. (This will provide a proving ground for ideas.)
the
set_owner
could be generalised to allow "real" workflow by: