Forum OpenACS Q&A: Bug-tracker help

Collapse
Posted by C. R. Oldham on
Greetings,

We are attempting to use bug-tracker.  I noticed today that only the creator of the bug can edit a bug if the bug is unassigned.  After it is assigned, the assignee can edit/resolve/comment,etc.

We need people with admin privileges on the bugtracker instance to be able to edit bugs and assign/reassign them to people.  This change doesn't seem to be very easy to do--it seems to require that we create a new workflow role (bug-admin?)

Suggestions?

Collapse
2: Re: Bug-tracker help (response to 1)
Posted by Ola Hansson on
The workflow spec has a "privilege" attribute for each of the actions (edit, reassign, etc. in bug-tracker). There you would list the privileges which, if granted to you on the workflow case object (a bug, in this case), will allow you to perform that action.

As for a default installation of BT everyone with the "write" privilege on a bug should be able to perform every available action on a bug without being an assignee (possessing a role).

Perhaps you could try to grant one of the admin people "write" on the BT instance or on one of its components and see how that turns out?