Hi Roger
As you probably know, reports i.e. queries have numbers. These number
can be used inside Wiki text. For example report:1 or just {1} points to
https://trac.edgewall.org/report/3
You can add, edit or delete reports in the TRAC web GUI. But if you
remove a report, then possible wiki references will be dead.
You cannot reorder or renumber reports via web GUI. New tickets always
get a number as (maximum +1).
In the database the reports are in table "reports". It is easy to change
the report number in the database; or add, remove, edit reports. I have
done that.
I used to create a report with a high number e.g. {99} in the database.
If my users create new reports via web GUI, then numbers will be {100},
{101} etc. This way, I can reserve all report numbers below {99} for my
purposes.
Clemens