It's all about the answers!

Ask a question

Access Linked Work Item via JavaScript


Rotem G (1123) | asked Jun 30 '11, 9:36 a.m.
.
Is there a way to Access Linked Work Item via the JavaScript api ?

For example:
In validations I would like to have the option to check status of parent WI to know if change attribute is allowed in current WI.

How can this be done ?
Thank you.

One answer



permanent link
Olivier ROSET (50121) | answered Sep 10 '19, 6:28 a.m.

 Hi,


You can use the proxy object and his method getLinkTypes()

var proxy = workItem.getProxy();
var liens = proxy.getLinkTypes();

Your answer


Register or 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.