Re: [rt-users] 4.4.0 - Unable To Create Reminders

2016-06-28 Thread Jim Brandt


On 6/28/16 4:04 PM, Matt Brennan wrote:

Hello,

  I recently upgraded my test instance to 4.4.0. Since doing so, I am
unable to create reminders. When trying to create a reminder, I get the
error message "

  New tickets can not have status 'open' in this queue.". I have logging
level to debug but I do not see anything related in syslog or the Apache
error log.

  Any insight is appreciated.


Have you modified the lifecycle for the queue in which you're creating 
the reminder? If you don't have 'open' in this transition:


transitions => {
""   => [qw(new open resolved)],

you might get that error. This transition defines the statuses a ticket 
can be created in and reminders are created in the open status.

-
RT 4.4 and RTIR Training Sessions https://bestpractical.com/training
* Los Angeles - September, 2016


[rt-users] 4.4.0 - Unable To Create Reminders

2016-06-28 Thread Matt Brennan
Hello,

  I recently upgraded my test instance to 4.4.0. Since doing so, I am
unable to create reminders. When trying to create a reminder, I get the
error message "

  New tickets can not have status 'open' in this queue.". I have logging
level to debug but I do not see anything related in syslog or the Apache
error log.

  Any insight is appreciated.

Thanks,
Matt
-
RT 4.4 and RTIR Training Sessions https://bestpractical.com/training
* Los Angeles - September, 2016