Opened 4 years ago
Last modified 4 years ago
#5453 new defect (bug)
Allow users to view their props launched in a release
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | needs-patch |
Cc: |
Description
When I'm on the Trac Ticket Reports, I have no option to search for the ticket I have contributed in, like for example with a patch, and that has been released in a WordPress version.
As soon as the ticket is closed, it becomes a real struggle to search for it.
It would be nice IMO to have a new option named "Tickets released with one of my contributions" or something like this. With the possibility to query by WordPress version, so for example, I would be able to look after all tickets I have worked on for 5.5.
Change History (4)
#2
@
4 years ago
Bum I see, it seems complicated, maybe from an external tool yes. Thanks for trying.
#3
in reply to:
↑ description
@
4 years ago
Replying to Mista-Flo:
As soon as the ticket is closed, it becomes a real struggle to search for it.
If it helps, there are two existing reports that include both open and closed tickets:
- https://core.trac.wordpress.org/report/25 My Patches
- https://core.trac.wordpress.org/report/54 Tickets I've Participated In
#4
@
4 years ago
Actually https://core.trac.wordpress.org/report/25 seems to do the trick, I did not have this view before, thanks Sergey
Just noting that I looked into creating a trac report for this.
Two immediate issues I encountered:
Props ...,...,...
list (Props.+$USER.+$
)( repository, commit number, commit text )
and not linked to tickets at all, Trac tickets contain a comment that references the commit but it's just a regular comment and not queryable without filtering every trac comment. Which lead to parsing the Commit message for theSee #.....
which is where I gave up for now.This would probably be better done as a separate table and trac plugin and/or external tooling.