Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

webUI extension to add a button to existing page

I am trying to add new functionality to an existing page.

I'd like to add a Button along with other buttons in that page. When the user clicks on this button it would invoke a specific Jazz service on the server.

I was wondering Jazz Web UI provide any interface to do this.

Thanks.

0 votes

Comments

 Hi Palani,


         Did you get the solution for adding a button into existing work item or web UI. If you have please share the procedure  with me.



One answer

Permanent link
To add a button to the work item editor, you can add an an extension...
https://jazz.net/library/article/782
For example:
<plugin>
	<extension 
		point="net.jazz.ajax.webBundles">
	</extension>
	<extension
		point="com.ibm.team.workitem.web.editorToolbarAction">
		<action
			action="net.jazz.example.workitem.web.ui.LinkedDefectEditorToolbarAction"
			iconContext="net.jazz.example.workitem.web"
			iconUri="images/Bubble.gif"
			iconDisabledUri="images/Bubble.gif"
			id="linked.defect"
			label="Add Related Defect">
    		</action>
	</extension>
</plugin>
	
For other pages, it depends on whether they have been designed to allow extensions.

Lawrence Smith [IBM]

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,927

Question asked: Oct 29 '08, 7:23 p.m.

Question was seen: 5,786 times

Last updated: Apr 02 '15, 8:25 a.m.

Confirmation Cancel Confirm