- Status Unconfirmed
- Percent Complete
- Task Type Feature Request
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes 7
- Private
Attached to Project: Flyspray
Opened by m.srivathsan - 25.03.2007
Last edited by peterdd - 05.05.2019
Opened by m.srivathsan - 25.03.2007
Last edited by peterdd - 05.05.2019
FS#1222 - Workflow engine / Role-based State Transition Rules Engine
I have been working with Eventum (http://www.mysql.org/downloads/other/eventum/) for quite sometime now and in contrast, I like Flyspray for its simplicity and practicality. But one thing I badly miss (and something that Eventum scores high) is a Workflow Engine. If not a sophisticated W.E., I (as an Admin / Manager) should be able define role-based state transition rules of the tasks reported in a particular project. For example, I should be able to implement the following scenario:
- For a “Developer”, the subsequent tasks from various states. Likewise for other roles
- “Developer” should not be able close out the bug reports. He/she can only flag them as implemented. The “Reporter” of the bugs or the “Manager” alone should be able to close out issues
- ..
- .. it will go on like that
This feature, in my opinion, is very crucial for corporate organizations to give a serious consideration to Flyspray.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Isn’t what you mentioned already possible using the permission system? If you give examples for a new feature, they should show what is *not* possible currently.
Flyspray will probably never be suitable for "big corporations" and that is the expected behavior. ;) That kind of users needs Bugzilla or something much more better designed like Jira, we dont target them, it is not our goal.
In any case, we will love to hear about what is missing (in detail) and how you think the missing features should be implemented.
Sorry for the late reply (for the comments of Florian and Cristian).
The Permission System of Flyspray is really better than that of Eventum’s. But what I could not do is to limit / control the Task Statuses available for a particular task, based on the User Role of the currently logged on User, Task Type and the current Task Status. I would prefer that this is achieved through something that is very similar to the Permission System - or even an extension to it.
For example, in our company, we have a workflow by which the Reporter (one who submits bugs) re-checks the Tasks and flag them as “Verified OK” or “Verify FAILED” after which the Project Manager can appropriately close them out (as either “DONE” or “FAILED”). The Reporter should not be able to change to any other Status while he can just view the Status being changed by the Developers.
If the above could be achieved through the current System, I would like to know about it.
No, it cannot. Before we can ever consider implementing it though, we have to find a way how to easlily implement this, without any complexity. Maybe you can give a few more examples what might be needed?
“Group”, “Task type” - to manage workflow
It’s a a table with NxN status collumns where chk is check button and defines the horizontally status transition for selected
is how the issue is implemented in the redMine project management system http://www.redmine.org/ :)
sorry for the formatting... :(
I figure I would chime in here.
Our site (http://www.mp3car.com) produces the software 'StreetDeck'. This is a software front end for use with CarPCs to make using CarPCs in the automotive environment easier. Currently this is the bug tracking system I've hacked together using mods with vBulletin: http://www.mp3car.com/vbulletin/streetdeck-bug-reports/
It works ok but it's difficult to keep track of it all and I'm running into issues with the forms and user groups.
By nature, I don't want the users to have the right to assign severity because they all think their issue is the top issue out there. The developers and staff need to be able to assign severity based on work flow.
Such a thing is already possible. In 1.0 you can "force default" of a field, that will only allow users who can modify all tasks to change it.
Just so I can be sure I understand this:
If you select the check box in the 'force default' column, then no matter what the field is, it will only allow users who can modify all tasks to select other items in that list?
Right.
Sorry about the double post. didn't realize I still had it in my browser.
So it would require such database table for defining the possible task status transitions?:
Because a user can be in several groups, the available edges of workflows will be calculated dynamic for each user. (like the flyspray permission system)
Managing it for each group and each task type sounds quite complex to maintain.
Maybe needs a 3D matrix cube mit semitransparent nodes and transition lines in a 2d or 3d canvas to visualize.
And then someone wants different workflows for different projects. What should then happen with the global groups, global task types, and global task statuses?
We probably end with a 5 dimensional array.
Maybe we can go a similiar way like with the permission system.
Do the global workflows with project_id=0 and global user groups. And each project can add his own additional task status transitions.
Maybe shortcuts for simplified maintaining of workflows:
Well, maybe I will check out the competitor projects that have workflows builtin…