How can I get the IWorkItemHandle of the current WorkItem in java?
I am writing an operation behavior that will take the string value of a custom attribute and use that value for the attribute on any child workitems of the current work item. I have noticed that IWorkItemHandle is commonly used to create links and references from one workitem to another. How can I get the IWorkItemHandle of the current workitem using only common and server side apis in java?
One answer
My suggestion, perform this workshop: https://jazz.net/library/article/1000
And look into https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
The workshop should answer all questions.