Script based default is not working
![](http://jazz.net/_images/myphoto/b20f9996861523717d42e3e45cf2d3aa.jpg)
i implementing a "Script based default" in the description field for a workitem. I updated the process template as below
<defaultValueProvider id="descriptionInstructions" name="Type Based Instructions" providerId="com.ibm.team.workitem.shared.common.internal.valueProviders.ScriptAttributeValueProvider">
<script class="com.example.common.DefaultDescription" path="/workitem/scripts/common/DefaultDescription.js"/>
</defaultValueProvider>
When i "Open Web Client .." the Process template , the script is working means ("Description field is updated with default text"). but when i create a new Project area (from intiaaliation template) and "Process share" the Process template ( selecting the option ("Use the process config .... ") in the new Project area; the script is not working ( means the description field is not getting updated with default text.)
a) am i missing any steps ?
b) Should i update the process intialization template ?