Can't get tickets updated:"last week"

João Nelas's Avatar

João Nelas

31 Aug, 2011 02:27 PM

Searching for a simple value curl -H 'X-LighthouseToken: <my-token> ' https://XXX.lighthouseapp.com/projects/NNNNN/tickets.json?q=updated:"yesterday" works.

Any search with spaces in the param just returns {"nil_classes":[]}

I've tried:
?q=updated%3A"last+week"

?q=updated%3A"last%20week"

?q=updated:"last+week"

?q=updated:"last%20week"

  1. 1 Posted by Nicole on 31 Aug, 2011 08:47 PM

    Nicole's Avatar

    Try this and let us know if it works for you.

    curl -H 'X-LighthouseToken: <my-token> '  'https://XXX.lighthouseapp.com/projects/NNNNN/tickets.json?q=updated:"last+week"'
    

    Thanks,
    Nicole

  2. 2 Posted by João Nelas on 01 Sep, 2011 07:40 AM

    João Nelas's Avatar

    That did it, thanks!

  3. João Nelas closed this discussion on 01 Sep, 2011 11:26 AM.

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