Edgewall Software

Changes between Version 18 and Version 19 of TracTicketsCustomFields


Ignore:
Timestamp:
Nov 15, 2007, 10:34:26 AM (16 years ago)
Author:
kwill
Comment:

after checking on Trac Users, clarified that if custom fields are defined on old tickets, the values will then appear in the report

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomFields

    v18 v19  
    8686  ORDER BY p.value
    8787}}}
    88 '''Note''' that this will only show tickets that have progress set in them, which is '''not the same as showing all tickets'''. If you created this custom ticket field ''after'' you have already created some tickets, they will not have this custom field defined for that ticket, and thus will never show up on this ticket query. If that's all you want, you're set.
     88'''Note''' that this will only show tickets that have progress set in them, which is '''not the same as showing all tickets'''. If you created this custom ticket field ''after'' you have already created some tickets, they will not have that field defined, and thus they will never show up on this ticket query. If you go back and modify those tickets, the field will be defined, and they will appear in the query. If that's all you want, you're set.
    8989
    90 If you want to show all ticket entries (with progress and without), you need to use a `JOIN` for every custom field that is in the query.
     90However, if you want to show all ticket entries (with progress defined and without), you need to use a `JOIN` for every custom field that is in the query.
    9191{{{
    9292#!sql