I am trying to get a comment from Azure Devops to Workfront and Im only missing the process of tagging the users that were tagged on the original comment. I am trying to add users by placing an array under the Notify field but it is creating two comments one for each notified person. How can I tag t...
This is what I get after trying a very similar Json text to yours And this is the json that I used just replacing the email for the people I want for reviewers on my proof.{
"stages": [
{
"name": "TestStage1",
"lockOn": 1,
"position": 1,
"i...
I am working on a process flow to create a proof based on the document on a task but I want to also modify the details of the Proof which can only be done via the advancedProofingOptions at the bottom of the Misc Actions modules. I found that a Json string must be passed on to this field but I have ...