[wp-meta] [Making WordPress.org] #7935: Core Trac Workflow Keywords Issue

Making WordPress.org noreply at wordpress.org
Wed May 7 04:55:20 UTC 2025


#7935: Core Trac Workflow Keywords Issue
--------------------------+---------------------
 Reporter:  SirLouen      |       Owner:  dd32
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Trac          |  Resolution:  fixed
 Keywords:  needs-patch   |
--------------------------+---------------------

Comment (by dd32):

 I've updated meta.trac tickets:
 #7583 #6135 #6241 #6348 #6390 #6656 #6867 #6961 #7922 #7928 #6153 #7319
 #7492

 @joemcgill For meta I just updated all tickets, skipping email
 notifications (ie. it's not in #meta-firehose in slack or
 [https://lists.wordpress.org/pipermail/wp-meta/2025-May/thread.html wp-
 meta email archives]. I can likely do the same for core if you want.
 Either for open tickets (256) or all tickets (~700). With or without an
 explanation comment.

 The trac query I'm using is `keywords=~testing-info&max=999` (add
 `&status=!closed` if just open ones), and then:
 {{{#!php
 $new_keywords = str_ireplace(
         [ 'needs-testing-info', 'has-testing-info' ],
         [ 'needs-test-info', 'has-test-info' ],
         $ticket['keywords']
 );
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7935#comment:11>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list