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

How to Add + sign button in workitem, if we click on +sign button, one attribute should be added in workitem automatically using Server Side Plugin.

Hi,

I need to Add + sign button in workitem, if we click on +sign button, one attribute should be added in workitem automatically, is this possible with server side plugin or any other possible way. Kindly provide me the suggestions to do this. Thanks in advance.

Thank you,
Regards,
Pavan m.

0 votes


Accepted answer

Permanent link
Your question is insufficiently detailed to be answered. It is also frowned upon to paste the question body into the question subject.

I have already answered with suggestions to look at, if you want to add actions or custom attribute presentations.

In general I think you should not try or do this at all, because it breaks the UI flows.
It is, as far as I can tell impossible to add/define a new attribute to a work item, with any public API.
If the attribute is defined for the work item type and you only want to add/set the attribute value, you can use IWorkitem.hasCustomAttribute() ,IWorkitem.addCustomAttribute(), IWorkitem.setValue().

This is possible in all APIS. Use com.ibm.team.workitem.common.IWorkItemCommon, where possible, Use
com.ibm.team.workitem.service.IWorkItemServer on the server to save the work item.


Pavan M selected this answer as the correct answer

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

Question asked: May 03 '21, 2:15 a.m.

Question was seen: 828 times

Last updated: May 03 '21, 4:10 a.m.

Confirmation Cancel Confirm