Search by ticket number
|
|
Maybe I’m missing the obvious here, but shouldn’t there be an EASY way to simply search for/go to a ticket by ticket number in this system? Other than having to edit the URL in the address bar of the browser? |
|
|
No, you’re not missing anything. At the moment, the only way to jump directly to ticket number is to use the URL bar. A solution for this is in the works though, as it’s been mildly requested but consistent through Lighthouses lifespan. |
|
|
I was surprised to discover that this isn’t built-in as well. Please add me to the “want this feature” list. In the meantime, I’m using a custom search in Firefox to hack my way around this issue. Replace ACCOUNT_NAME and PROJECT_ID with the appropriate values. <searchplugin xmlns:os="http://a9.com/-/spec/opensearch/1.1/" xmlns="http://www.mozilla.org/2006/browser/search/"><os:shortname>Lighthouse Ticket</os:shortname> <os:description>Lighthouse ticket number search</os:description> <os:inputencoding>UTF-8</os:inputencoding> <searchform>http://ACCOUNT_NAME.lighthouseapp.com/projects/...</searchform> <os:url template="http://ACCOUNT_NAME.lighthouseapp.com/projects/PROJECT_ID/tickets/{searchTerms}" type="text/html" method="GET"> </os:url> </searchplugin> |
|
|
Very cool workaround! Too bad Safari doesn’t let you have custom searches… |
|
|
I also found your workaround to be useful… I’d much rather have the support baked in to the app though. |
|
|
I agree. This feature would be nice. |