FS#1000 - Workflow system
In some bug tracking system or project manager system, the notion of workflow exists to define an action to do when an event launched.
For example in Eventum : http://eventum.mysql.org/wiki/index.php/Workflow_API or in e-groupware : http://www.egroupware.org/specialpages/index.php?page_name=wiki&domain=developers&wikipage=WorkFlow
A workflow permits to automatize some tasks, for example : "send an e-mail when a task is Requires testing status"
The workflow is useful to integrate other software, for example, a CRM or ERP. In eventum, they have integrated any CRM with Eventum.
Closed by Floele
18.07.2006 15:06
Reason for closing: Duplicate
Additional comments about closing:
18.07.2006 15:06
Reason for closing: Duplicate
Additional comments about closing:
of FS#407
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
So in other words you request that the plugin system allows plugins for events (or so called “hooks”)?
Yes.
I think that providing a bunch of hooks in the right places should allow people to write plugins for almost any Flyspray enhancement you can come up with.
Yes, it’s the good idea.