process template error - Please assist.
CLM 502
I have a PROD and UAT env. I can export a template, make changes to the dashboard template, queries, and add fields. I have kept the Formal template types and workflows.
When importing and using the template to create a project, the Dashboard template works, the queries are brought over perfectly. However, when I view a work item, and select the Type field, the drop down that displays the other types never shows. It just says "Retrieving" forever. This behavior is pretty much 100% reproducible for me. 7/7....
Any ideas?
I have a PROD and UAT env. I can export a template, make changes to the dashboard template, queries, and add fields. I have kept the Formal template types and workflows.
When importing and using the template to create a project, the Dashboard template works, the queries are brought over perfectly. However, when I view a work item, and select the Type field, the drop down that displays the other types never shows. It just says "Retrieving" forever. This behavior is pretty much 100% reproducible for me. 7/7....
Any ideas?
Accepted answer
Similar issue is see in the following, take a look and see if the situation mentioned there matches yours.
https://jazz.net/forum/questions/170778/rtc-pulldown-does-not-populate
In addition you can try using firebug(http://getfirebug.com/) or chrome's developer tool(F12 on chrome to open the developer tool) to see what is the error in the console when the page is loaded or when you drop down the list. Are you only seeing the issue for your customized process templates? Or it is occurring for the Out Of Box templates as well?
If you have a RTC eclipse client, do you see the problem there as well? If so do you see more detailed error message in Eclipse or the .log file inside the Eclipse workspace?
https://jazz.net/forum/questions/170778/rtc-pulldown-does-not-populate
In addition you can try using firebug(http://getfirebug.com/) or chrome's developer tool(F12 on chrome to open the developer tool) to see what is the error in the console when the page is loaded or when you drop down the list. Are you only seeing the issue for your customized process templates? Or it is occurring for the Out Of Box templates as well?
If you have a RTC eclipse client, do you see the problem there as well? If so do you see more detailed error message in Eclipse or the .log file inside the Eclipse workspace?
Comments
Looks like if you remove the all permissions for creating work item from your default or a specific project role, it will show retrieving... The drop down seems to show only the work item types that the user is allow to create. If nothing is allowed then nothing shows up.
The configuration for this is under the Team Configuration's Permission section.
So if you have roles which can create work items make sure you add that role to your user and see if the types show up after the change. Once that is changed you will need to refresh the work item creation page to see the types showing up.