Opened 13 years ago

Last modified 10 years ago

#8590 closed defect

post /ticketlog/query not finding any matches — at Initial Version

Reported by: henke.mike@… Owned by: Richard Liao
Priority: normal Component: TracTicketChangelogPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

Hi,

I think I have everything setup correctly. I see the changelog post call and get a response when viewing a ticket in Trac.

Example ticket 170: response with {"status": "1", "data": {"headers": ["Changeset", "Author", "Time", "ChangeLog"], "header_width": ["5em", "6em", "8em", ""], "ticket_id": "170", "revisions": []}}

I run git log --grep "#170" in the command prompt and return several commits.

Could you provide a script I could run on the trac server, so I can see what data is being stored for the changelog plugin and why it's not returning any matches? I am not familiar with Trac or Python.

Thanks,

Change History (0)

Note: See TracTickets for help on using tickets.