Home
This command needs authentication.

Please read this first
Example programs that use this command.

None listed yet.
Featured client application
Screen capture

Langage
REBOL

Date
19-Aug-2009
Contact us
Developer forum
Join developer mailing list
Apply for an API key

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
session [object!] (No description given)
projectid [number!] (No description given)
content [block!] Block of key-value pairs. Will consider only supported fields.
Refinements
A refinement is an optional parameter that "refines" how a command behaves. For example, specifying a particular response format.
None
Example calls
Information coming soon!
Example responses
Your programming language?

[object!] Result of API "tasks.details"
Live test
Arguments
(use REBOL format for arguments)   
Return format
Error codes
Information coming soon!
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

Report abuse
TinyGnomes API and services ©2026 Silent Software, Inc.