Create workflow in project server

D

derya

In a software project;
even the project is completed within the project plan there are still
existing bugs to be fixed sometimes.

These bugs/revisions exist like:
1 system development department resources make the analysis
2 if code change is needed
3 software development dept resources write the code
4 test department makes the test
5 if the test doesnot verify the code
6 Go line 3
7 if test verifies the code
8 exit
9 if code change is not needed
10 exit


I would like to track the workflow between the resources from the
project server. Do you think it is possible? Or do you have any advice
of a tool to be integrated to the project server?
 
D

derya

Gary;

What I have forgotten to tell is:
I want the resources of the repeating tasks to be notified that the
predecessor task has been finished.

Task 1: Analysis of ModuleA = Resource1
Task 2: Software code of ModuleA = Resource2

Task 2 could start only after Task 1 finishes.

How could I configure that Resource2 receives notification that
Resource1 has finished his task?

Note: Resources are team members from different departments. They donot
have an RBS relation.
 
G

Gary L. Chefetz \(MVP\)

Denya:

The email notification system sends alerts when schedules change. The system
also allows the creation of rules based reminders. You can reach these
functions from the "Alert Me" and Alert my Resources links on the home page.
If you can't figure out how to make these work for you, or they simply don't
work for you in your circumstance, then you'll need to delve into
customization.

--

Gary L. Chefetz, MVP
"We wrote the books on Project Server"
http://www.msprojectexperts.com

For Project Server FAQs visit
http://www.projectserverexperts.com

For Project FAQs visit
http://www.mvps.org/project

-
 
Top