|
|
.
Add Todo To Basecamp REST
File Details
|
Downloads
: |
360 |
File Size
: |
68.1kB |
|
Posted By
: |
Andreas |
Views
: |
6181 |
|
Date Added
: |
21 Nov 2006 |
|
This REST robot adds a todo item to a todo list in Basecamp (basecamphq.com). The robot logs into a basecamp project using the supplied URL, username and password. If the needed todo list does not exist it is created. If the todo already exists it is not going to be added.
One use of this robot would be to add todo items from a bug tracking system such as Bugzilla.
Input values:
todoItemText - the text of the new todo item
basecampURL - the URL to the basecamp account (for example http://XXX.projectpath.com)
username - the username that the robot should use to log in to Basecamp
password - the users password
project - the Basecamp project that should be used
todoListName - the name of the todo list to use. If it does not already exist it will be created.
todoResponsible - the responsible person for the new todo item. If left empty the responsible person will be set to "anyone".
Output value:
result - a message of how the robot did, could be a success or an error message. Error messages are prefixed with "ERROR".
|
|