Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

How to create task "update" by using Custom API module?

Avatar

Level 3

How to create task "update" by using Custom API module?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Community Advisor

use NOTE endpoint

use POST method

use this or similar body for the call:

{"auditType":"NO","noteObjCode":"[objCode where you are posting note]","objID":"[objID where you post note]","taskID":"[provide taskID when posting note on a task]","opTaskID":"[provide issueID when posting note on a issue]","parentNoteID":"[add when continue a conversation Thread]","noteText":"[input note text here]","tags":"[add tags if you want to notify someone about the update]"}