[rt-users] Reopen closed ticket

Emmanuel Lacour elacour at easter-eggs.com
Wed Oct 15 04:19:08 EDT 2014


Le 15/10/2014 09:07, Matthias Henze a écrit :
> Hi,
> 
> how can an AGENT reopen a closed (NOT resolved, closed) ticket?
> 
>

there isn't a stock "closed" status in standard RT. If you have one,
it's because you changed lifecycles (I expect you have a recent version).

You can use those Lifecycles (see
http://www.bestpractical.com/docs/rt/4.2/customizing/lifecycles.html) to
setup this:

an allowed transition:
transitions => {
	...
	closed => [ 'open', ],


a dedicated right if needed:
rights => {
	'closed -> open' => 'ReOpenTicket',

an action to let users do this in ticket action menu:
actions => {
	...
	'closed -> open' => { label => 'Re-open', update => 'Comment' },

-- 
Easter-eggs                              Spécialiste GNU/Linux
44-46 rue de l'Ouest  -  75014 Paris  -  France -  Métro Gaité
Phone: +33 (0) 1 43 35 00 37    -   Fax: +33 (0) 1 43 35 00 76
mailto:elacour at easter-eggs.com  -   http://www.easter-eggs.com



More information about the rt-users mailing list