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

Is there any way to add the dependency of one custom on another in Server Side plugin development

Hello All,

I am developing a server side plugin, where it checks for the linking of the WI to other.

Is there any way I can create a dependency on the links field in the WI and an custom created field ?

So that I can dynamically get the count of WIs linked in the custom created field, as and when the new WI are linked and deleted.

or also It would be great, if there is any way to call the server side plugin, other than calling on save operation..i.e., plugin called dynamically on an attribute, due to value change through the dependency created on Links field.

0 votes



One answer

Permanent link

Operation behavior is triggered by an operation e.g. save. Although it is possible to call an operation behavior from another operation behavior, this is not something that one should do and as far as I can tell there are no usual use cases where this would be a best practice.

Attribute value changes can be detected on work item save (advisor or participant) by comparing the value in the old state and the new state. It is up to the extension developer to act on that information.

1 vote

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
× 6,121

Question asked: Jan 10 '17, 6:30 a.m.

Question was seen: 2,429 times

Last updated: Jan 10 '17, 6:40 a.m.

Confirmation Cancel Confirm