Search by Ticket Number
I would like the ability to search by a ticket number. Ideally, I'd like to type the number into the search field and have the edit screen for that ticket. As a project manager, I often keep track of things by ticket number.
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 Rick on 31 Jul, 2007 01:53 PM
You can actually set it in the URL address bar. Tickets have a URL like http://account.lighthouseapp.com/projects/###/tickets/###. You don't actually need the titles in there, so http://account.lighthouseapp.com/projects/5/tickets/5-my-title is the same as http://account.lighthouseapp.com/projects/5/tickets/5. That just seems more natural to me than adding a field for ticket number.
2 Posted by gorman on 01 Aug, 2007 01:04 PM
I would love the ability to quickly jump to a ticket by its ID, similar to the ctrl+g interface you guys implemented. When talking with members of my team, we almost always reference tickets by ID in our conversations ("check out ticket 415"). This would be much faster than going to a random ticket and then modifying the URL.
3 Posted by gorman on 01 Aug, 2007 01:08 PM
Here's a quick bookmarklet, although an official solution would be ideal:
javascript:x=escape(getSelection());if(!x)%7Bvoid(x=prompt('Ticket #?',''))%7D;window.location='http://NAME.lighthouseapp.com/projects/MAIN-PROJECT-ID/tickets/'+x
4 Posted by Rick on 01 Aug, 2007 01:37 PM
It'd save you from going to a 'random ticket' to modify the URL. But, you'd still have to hit the right Lighthouse account and project, getting you 90% there.