Roundup Tracker - Issues

Issue 925676

classification
Title: Named quieries for shorter URL's
Type: rfe Severity: normal
Components: None Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, jpend, myers_carpenter, richard
Priority: normal Keywords:

Created on 2004-03-29 23:03 by myers_carpenter, last changed 2011-11-03 14:58 by ezio.melotti.

Messages
msg3301 Author: [hidden] (myers_carpenter) Date: 2004-03-29 23:03
When I want to point people to the current list of
isses that need testing I want have a short url for email.

Right now the url to get a list of all bugs that need
testing

http://.../issues/issue?:columns=id,activity,title,assignedto,topic,status&:sort=-activity&:group=target&:filter=status&status=6

That's much too long to stick in an email. I wish that
I could name my queries so a like like this:

http://.../issues/queries/to-be-tested

Would generate the same page.

msg3302 Author: [hidden] (richard) Date: 2004-03-29 23:11
Logged In: YES 
user_id=6405

Neat idea :) 
msg3303 Author: [hidden] (myers_carpenter) Date: 2004-03-31 17:53
Logged In: YES 
user_id=335935

Another thing that is close to this issue:

Allow the user to set the title on the query.  So the title
tag would show what query was run.  

I have tons of tabs open, it would be nice to see "To Be
Tested" at the first of the tab title, so I can navigate
thru all the tabs faster.
msg3304 Author: [hidden] (jpend) Date: 2007-10-12 15:47
This isn't a good solution to the problem described here, but I thought I'd mention it anyway for posterity. If you give a query a name and save it, the roundup core assigns it a database ID. You can then go to http://tracker/queryN to go to that query. You'll still need to click submit on the form to see the results but all the fields will be filled in for you. Unfortunately, I don't think there is an easy way to find out what N is for any given query. If you go to http://tracker/query it will you show you ALL queries (and their database IDs) so you can look through that list and find out which one is yours.
History
Date User Action Args
2011-11-03 14:58:40ezio.melottisetnosy: + ezio.melotti
2004-03-29 23:03:07myers_carpentercreate