Can we read Related Artifacts information in RTC workitem using a dojo script
Hi Jazz,
Please let me know , Is it possible to read the information of the Related artifacts of the workitem like Name of the artifact ? We need to assign the retrieved value ie.name of the artifact to an attribute of workitem using dojo script. Please clarify that is it possible , if so suggest me the way how can we attain this. Thanks in advance.
Waiting for the reply......
Thanks,
Jyothsna.
Accepted answer
If you mean attribute customization when you say "dojo script", then the answer is no, as what the JavaScript can do is very limited. But if you're developing a widget or something else, then it may be possible, as Jean-luc suggested.
Comments
Hi Donald,
Thanks for response. yeah its like attribute customization only .So its not possible in our case? We could not get the name of the related artifacts using dojo ?
For attribute customization
"the answer is no"
There is a remote possibility to hack something but I would not count on it.
If you use Java for the attribute customization the API options are getting bigger and you might be able to pull something off.
Thanks Ralph.