Hi Craig,
Thanks a lot for the tip. But also please guide me. I am a newbie to
PHP. If it is not too much of an asking, please give me references
which would help me in creating my own Workflows. I guess knowing PHP
goes without saying. Anything else I would need as pre-requisites?
Thanks and rgds,
Watson
-----Original Message-----
From: Craig Austin [mailto:caustin@stripped]
Sent: Thu 13-Oct-2005 19:33
To: Srivathsan, M IN BLR SISL; eventum-users@stripped
Subject: RE: How to restrict status availability to users
You can use the workflow API to create a custom workflow. (This is a
sample workflow class that ships with eventum). One of the functions
available is "getAllowedStatuses". You can do whatever filtering you
want in this function.
Hope that helps,
Craig
-----Original Message-----
From: Srivathsan, M IN BLR SISL [mailto:M.Srivathsan@stripped]
Sent: Thursday, October 13, 2005 6:02 AM
To: eventum-users@stripped
Subject: How to restrict status availability to users
Hi,
I have been playing with Eventum 1.6.1 on Windows for a while and I
really find it a great tool. But there is 1 feature I would love to
have it - restrict status availability to users or atleast, to a group
of users
Let me explain in detail. I have the following (customized) statuses
assigned to a project:
1. Open
2. Duplicate
3. Implementation
4. Killed
5. Fixed
6. Verify FAILED
7. Verified OK
8. Abandoned
9. Closed
I want the bug-assigned developer to use only statuses #2, #3, #5 and #8
in the above list. I would like somebody with a Reviewer Role to use #6
and #7 and the Project Manager alone to use #9 i.e., close out a bug.
I don't see any direct feature available. But is it possible to
customize Eventum or is there any similar up-coming feature in the
future releases?
Thanks and rgds,
Watson