132c132
<                           {'status': ['new', 'assigned', 'reopened']},
---
>                           {'status': ['new', 'accepted', 'assigned', 'reopened']},
256c256
<             elif status == 'assigned' or status == 'reopened':
---
>             elif status == 'accepted' or status == 'assigned' or status == 'reopened':

