| Home | |||||||||||||||||
|
Command
This command needs authentication.Arguments Refinements Example call Example responses Live test Error codes Version history Notes from the TinyGnomes team Discussions Please read this first
None listed yet.
|
tasks.create
Call this function to create a new task.
Expected content:
[ "projectid" [number!] (LTX "Unique ID of the project the task will belong to.") ]
[ "summary" [string!] (LTX "Summary for the task") ]
[ "label" [string!] (LTX "The task category.") ]
[ "sub" [string!] (LTX "The task subcategory.") ]
[ "priority" [string!] (LTX "The task priority.") ]
[ "actors" [block!] (LTX "Block of personaid-role pairs. Accepted roles: 25 - lead , 50 - doer , 75 - lead , 1 - doer and lead.") ]
[ "description" [none! string! block!] (LTX "Description for the task.") ]
[ "quicklist" [logic!] (LTX "Is the description quicklisted") ]
[ "duration" [number!] (LTX "Estimated time") ]
[ "actualduration" [block!] (LTX "Actual time.") ]
[ "milestoneid" [number!] (LTX "Unique ID of a milestone")]
[ "startdate" [date!] (LTX "Task start date. Date is in miliseconds from 1970")]
[ "enddate" [date!] (LTX "Task end date. Date is in miliseconds from 1970")]
[ "doeronly" [logic!] (LTX "True if the task is private.")]
[ "tasknew" [logic!] (LTX "True if the task is approved.")]
[ "accept" [logic!] (LTX "True if the task is accepted.")]
[ "done" [logic!] (LTX "True if the task is done.")]
[ "close" [logic!] (LTX "True if the task is closed.")]
[ "deleted" [logic!] (LTX "True if the task is deleted.")]
[ "recurring" [block!] (LTX "Recurrence descriptor.")]
Arguments
Refinements
A refinement is an optional parameter that "refines" how a command behaves.
For example, specifying a particular response format.
Example calls
Example responses
Live test
Error codes
Version history
Warning: Each command has a major and minor version. Minor
version number changes indicate improived speed and quality of commands. Major
version number changes may indicate a format change, and incompatibility
with a previous version of the command.
Please use the most recent major version. Notes from the TinyGnomes team
Discussions
| ||||||||||||||||
| |||||||||||||||||