How do we read comments on a ticket?
We are trying to read the comments of a ticket using the API. Is this possible?
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Michael Latta on 06 May, 2010 07:06 AM
Yes it is possible. If you request the ticket details you get the history. If you request all tickets you get the summary. The comments are shown as ticket versions in the history.
Try a pah like http://%@.lighthouseapp.com/projects/%@/tickets/%@.xml
where %@ are your variables for account, project, and ticket number.
2 Posted by Ajay Kapur on 06 May, 2010 07:28 AM
Thanks!
Will Duncan closed this discussion on 07 May, 2010 05:38 PM.