Use the configured wordpress-trac MCP server.
First, inspect the input schema for searchTickets.
Then call searchTickets for closed WordPress Core tickets in milestone 7.1.
Try to apply these filters if the tool supports them:
- exclude type
defect (bug)
- exclude tickets whose focuses include
tests
- return up to 200 results
Report:
- the exact arguments used;
- the number of tickets returned;
- whether the result appears truncated;
- the ticket IDs, components, types, statuses, and focuses;
- any MCP or upstream HTTP error.
Next, call getTicket for ticket 65127.
Report whether the response includes:
- ticket properties;
- full description;
- comments or timeline;
- linked changesets;
- related ticket references;
- external GitHub links;
- any MCP or upstream HTTP error.
Do not modify repository files. Do not open a pull request.
Use the configured
wordpress-tracMCP server.First, inspect the input schema for
searchTickets.Then call
searchTicketsfor closed WordPress Core tickets in milestone7.1.Try to apply these filters if the tool supports them:
defect (bug)testsReport:
Next, call
getTicketfor ticket65127.Report whether the response includes:
Do not modify repository files. Do not open a pull request.