Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 12 years ago

#5727 closed defect (worksforme)

Some tickets lose 'actions'

Reported by: fermulator@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: devel
Severity: major Keywords: workflow
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I can't quite pinpoint the cause …

But some tickets I can no long change the 'status' of a ticket.

I.E. I cannot close it, re-assign it, etc. The only thing that is in the "action" section is "Leave as assigned".

Attachments (2)

leave_as_assigned.jpg (129.6 KB ) - added by fermulator@… 17 years ago.
Screenshot of the trac ticket system disallowing 'actions' and only showing "leave as assigned".
leave_as_assigned.2.jpg (18.2 KB ) - added by fermulator@… 17 years ago.
Screenshot of the trac ticket system disallowing 'actions' and only showing "leave as assigned".

Download all attachments as: .zip

Change History (9)

by fermulator@…, 17 years ago

Attachment: leave_as_assigned.jpg added

Screenshot of the trac ticket system disallowing 'actions' and only showing "leave as assigned".

by fermulator@…, 17 years ago

Attachment: leave_as_assigned.2.jpg added

Screenshot of the trac ticket system disallowing 'actions' and only showing "leave as assigned".

comment:1 by fermulator@…, 17 years ago

Here's a screenshot:

Screenshot of the trac ticket system disallowing 'actions' and only showing "leave as assigned". leave_as_assigned.2.jpg

comment:2 by anonymous, 17 years ago

OH:

I figured out WHEN this happens.

Any ticket that indicates "accepted" has this problem.

new, assigned, etc. don't have the above issue.

comment:3 by anonymous, 17 years ago

Could this be a bug in the workflow portion?

http://trac.edgewall.org/wiki/TracWorkflow

comment:4 by fermulator@…, 17 years ago

FIXED!

SOMEHOW, some tickets got into the state of "accepted".

And the [ticket-workflow] didn't account for this.

For the entry:

reassign = new,assigned,reopened -> new

Changed to:

reassign = new,assigned,accepted,reopened -> new

For the entry:

resolve = new,assigned,reopened -> closed

Changed to:

resolve = new,assigned,accepted,reopened -> closed

For each of the problematic tickets, I then "re-accepted", which put the ticket into the "assigned" state …

All good.

I still don't know how this issue came about though, but I'm glad I found the way through it.

in reply to:  4 comment:5 by anonymous, 17 years ago

Keywords: workflow added
Severity: blockermajor

Replying to fermulator@sympatico.ca:

FIXED!

SOMEHOW, some tickets got into the state of "accepted".

Did you temporarily installed the basic-workflow workflow?

comment:6 by ThurnerRupert, 17 years ago

Resolution: worksforme
Status: newclosed

pls reopen if it still happens …

comment:7 by Christian Boos, 12 years ago

Milestone: 0.11

(clearing report:35)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.