Customize a state for project or project task
Add or modify a state of project or project task using dictionary override.
시작하기 전에
Role required: admin
이 태스크 정보
- the existing Work in Progress state is removed and
following three new states are added:
State Label Category 10 Design Work in Progress 11 Development Work in Progress 12 Testing Work in Progress - the default Work in Progress is kept as
10(Design).
프로시저
결과
- As specified in Step 2, the
default_work_stateis declared as 10 and thework_in_progress_statesas 10, 11, and 12. Now whenever a project task changes to any of the new Work in Progress states, its parent also moves to corresponding Work in progress state.Suppose that a project task has two children records, and if the first child record moves to Development state, the parent also moves to Development state. Now if the second child record moves to Design state, the two children records under the project task are in two different work in progress states. In such cases, the parent record moves to the default work in progress state. In this case, the parent record moves to Design as the
default_work_stateis specified as10(Design). - The project states can also be customized using the same steps.