Open Bug 1871013 Opened 2 years ago Updated 2 years ago

Adding title of bug near number

Categories

(Bugzilla :: Creating/Changing Bugs, enhancement)

enhancement

Tracking

()

People

(Reporter: inoyakaigor, Unassigned)

Details

Attachments

(1 file, 1 obsolete file)

146.46 KB, image/png
Details
Attached image before_after.png

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0

Steps to reproduce:

Before add a new bug I tried to find any bug relative to my problem. For this I've opened this meta bug https://bugzilla.mozilla.org/show_bug.cgi?id=1598632 and then scroll to comments.

Actual results:

There is a lot of comments like: «Depends on: 1332949»
To understand is this bug relative to my problem I should open each. It get too much time.

Expected results:

Comments with links to another bugs should contain title of bug:
Depends on: 1332949 (In the network panel copy posted data… )
It will help to quick search a bugs

For anyone who also need this feature: you can add this userstyle:

.change a::after {
	content: attr(title);
	margin-left: 1ch;
}

Note that the title of the bug is displayed when hovering the bug ID. But it wouldn't hurt to display the title as suggested in your screenshot. Patch welcome. :)

Assignee: general → create-and-change
Status: UNCONFIRMED → NEW
Component: Bugzilla-General → Creating/Changing Bugs
Ever confirmed: true
Attachment #9384788 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: