Closed Bug 255670 Opened 20 years ago Closed 20 years ago

TinyURL-style URL for links to bugzilla-reports

Categories

(Bugzilla :: Query/Bug List, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 69000

People

(Reporter: bugzilla, Assigned: justdave)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

I just emailed a complex bugzilla query to someone, and used a 688-character URL
to do so.  URLs that long will get split into many lines on email clients, are
difficult to publish on websites, and can't be used with IRC or chat clients.

Bugzilla has a feature to save such queries, but that only works within a login
session, i.e. I can only create a saved query that's accessible to myself.

Would it be possible to have a "get a tiny URL for this query" link, which saves
the query URL, assigns it a globally-unique number, and gives you that number as
for example:

http://bugzilla.mozilla.org/savedquery?n=434500

All SavedQuery would have to do then was retrieve the 800-char URL from its list
and redirect the browser.

Naturally, requests to save URLs can be checked that they're within the right
domain, and if a duplicate, return the old number.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
How about a bookmarklet?

Stick this in your personal toolbar:    :)

javascript:void(location.href='http://tinyurl.com/create.php?url='+location.href)

Sharing queries is bug 69000.

> Use the tools at http://tinyurl.com/create.php?url=.....

Sounds like the obvious idea that I missed.  Should I close this bug-report as
duplicate of bug 69000, and assume that a shared saved query will be accessible
by GET request?
Yeah.

*** This bug has been marked as a duplicate of 69000 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
OS: Linux → All
Hardware: PC → All
Resolution: --- → DUPLICATE
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.