Modify ↓
Opened 14 years ago
Closed 10 years ago
#8590 closed defect (worksforme)
post /ticketlog/query not finding any matches
Reported by: | Owned by: | Richard Liao | |
---|---|---|---|
Priority: | normal | Component: | TracTicketChangelogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
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,
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Please try again with the latest version of the plugin. If you continue to encounter issues, please reopen the ticket and I'm happy to try and help.
Note: See
TracTickets for help on using
tickets.
Maybe same as this.