If tickets are changed using bulk edit, the change is described by a non-meta comment in ticket discussion. However, editing a ticket posts a meta comment. In the screenshot , the first comment is due to simple ticket edit and the second is due to bulk edit. The correct behaviour should be meta comment for both.
This is due to
is_meta=True
not being passed toticket.discussion_thread.post
method inupdate_tickets
inforgetracker/model/ticket.py
Merged in https://forge-allura.apache.org/p/allura/git/merge-requests/194/ thanks!