PDA

View Full Version : New Issue/Case Numbers



neal007
Tue 3rd Jul '07, 12:21pm
I'd like a way to allow a user to search on a Case number or refer to a specific case number. Please add a new column or prefix to the issue such as:

Case 1011: Add Case Numbers to Project Tools

Search: Enter Case ID [ ]

Mike Sullivan
Tue 3rd Jul '07, 12:26pm
If you enter only numbers into a quick search form, it will take you to that issue ID automatically. You can make the ID number be more noticable if you want.

neal007
Tue 3rd Jul '07, 12:30pm
I don't see a number Case Number at all, where is that displayed?

P.S. I currently use FogBugz, it has a nice system for grouping, and layout. Maybe this will help show what I'd like to do:

http://www.fogcreek.com/FogBugz/50tour/08.html

Mike Sullivan
Tue 3rd Jul '07, 12:47pm
We don't promote the number, but the case number is just a unique identifier, which is our issue ID. Generally accessible in templates as $issue[issueid]. Take a look at the URL of any issue and you'll see it.

If you type in 12345 in a quick search box, it will take you to project.php?issueid=12345 automatically.

ThorstenA
Tue 3rd Jul '07, 3:10pm
We don't promote the number, but the case number is just a unique identifier, which is our issue ID. Generally accessible in templates as $issue[issueid]. Take a look at the URL of any issue and you'll see it.

If you type in 12345 in a quick search box, it will take you to project.php?issueid=12345 automatically.

That's cool!

neal007
Tue 3rd Jul '07, 5:57pm
Thanks, editing the templates worked perfect!