0

I need to develop a watcher to verify new tasks in inbox and alert the user with a message in the desktop. I checked the documentation but I found nothing about.

Is there a way easier than taking all tasks and check the parameter assignee_status?

Defelper
  • 3
  • 2

1 Answers1

0

We don't currently expose the inbox in the API, nor is there a way to get changes on tasks directly. However, we're currently working on a Change API that would allow you to subscribe to resources and listen to changes - it's too early to share the details, but I'll keep this answer updated when it changes.

agnoster
  • 3,744
  • 2
  • 21
  • 29
  • I'm trying to implement this function by making a check on the last modified date of a task, and validating the story. Not ideal, but I believe it will work, I hope. xD Meanwhile I await the implementation of the API – Defelper Aug 23 '13 at 11:41