Hi You could use the /api/review-requests/?last-updated-from=<last update time> to poll review requests that got updated after the "last update time". You could also use last-update-to, if you want to limit requests that happened to a particular time or use them both together to find requests updated in a particular time interval. The times have to be in the format of YYYY-MM-DD or YYYY-MM-DDThh:mm:ss or YYYY-MM-DDThh:mm:ss+TZ
The other option is to write an extension that listens for the review_request_published signal and acts accordingly, but since you mentioned that the other system is sluggish, the users might have the same experience as the signals get processed in the same thread. Regards Raja On Thu, Mar 21, 2013 at 5:42 AM, A.M. <[email protected]> wrote: > Hello, > > Is it possible to use the rb API in 1.7.5 to get the changes to reviewboard > in the past X minutes (any review request changes)? I am creating a review > board poller which will then update a ticket system with links to > reviewboard. > > I had previously made a reviewboard plugin for this task, but our ticket > system is sluggish at times, so users are annoyed that the "Publish" step > is blocking/slow. To address this, I would like to poll and update the > ticket out-of-band. > > Thanks. > > Best regards, > M > > -- > Want to help the Review Board project? Donate today at > http://www.reviewboard.org/donate/ > Happy user? Let us know at http://www.reviewboard.org/users/ > -~----------~----~----~----~------~----~------~--~--- > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
