Can I customize a project dashboard with a link to create a specific type of work item?
![](http://jazz.net/_images/myphoto/2b73ddd3ba298c5d1d28966f0fdf6e03.jpg)
Most of my users will be either working on existing work items or creating a custom type. Can I have a link or button on the dashboard to launch a new work item of that type on the dashboard? Of course they can always pull it down from the work item menu, but this will be more obvious for new users.
4 answers
![](http://jazz.net/_images/myphoto/2b73ddd3ba298c5d1d28966f0fdf6e03.jpg)
Re "whats the link to create a work item":
You can copy the URL that appears in your browser when you create a new work item from the Work Items menu. Note that if you drop the ts attribute from the query string, your browser will be redirected to a URL with an updated ts value. For the out of the box defect type, the URL would be:
https://SERVER:9443/ccm/web/projects/PROJECT_AREA_NAME#action=com.ibm.team.workitem.newWorkItem&type=defect
You can copy the URL that appears in your browser when you create a new work item from the Work Items menu. Note that if you drop the ts attribute from the query string, your browser will be redirected to a URL with an updated ts value. For the out of the box defect type, the URL would be:
https://SERVER:9443/ccm/web/projects/PROJECT_AREA_NAME#action=com.ibm.team.workitem.newWorkItem&type=defect
![](http://jazz.net/_images/myphoto/2b73ddd3ba298c5d1d28966f0fdf6e03.jpg)
Yes, you can add an HTML widget to the dashboard and add the link or button there. See this topic in the documentation on how to add a widget.
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/topic/com.ibm.jazz.dashboard.doc/topics/t_add_viewlet.html
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/topic/com.ibm.jazz.dashboard.doc/topics/t_add_viewlet.html
![](http://jazz.net/_images/myphoto/2b73ddd3ba298c5d1d28966f0fdf6e03.jpg)
Than there must a mistake in your url.
try a link like this:
try a link like this:
https://server/web/projects/ProjectArea#action=com.ibm.team.workitem.newWorkItem&type=defect
Here an example for jazz.net
https://jazz.net/jazz/web/projects/Rational TeamConcert#action=com.ibm.team.workitem.newWorkItem&type=defect
Comments
Dr. Hans-Joachim Pross
JAZZ DEVELOPER Dec 12 '12, 4:07 a.m.This post extends your question...