Can you use REST API to create a new workitem with an approval?
I have a workitem that requires an approval on creation that I need to be able to create through the REST API. When I create a test workitem with an approval and pull it back to through the API but it doesn't list any of the approvals. Is it possible to create a workitem with an approval or add an approval to an already created workitem?
One answer
Please see https://www.google.com/search?q=REST+Approvals+site%3Ajazz.net I have not found a positive answer.
This explains how the Java API supports this: https://rsjazz.wordpress.com/2012/10/01/adding-approvals-to-work-items-using-the-plain-java-client-libraries/
https://github.com/jazz-community/work-item-command-line also supports this using the Java API.