query.conf 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # The contents of this file are subject to the Mozilla Public
  2. # License Version 1.1 (the "License"); you may not use this file
  3. # except in compliance with the License. You may obtain a copy of
  4. # the License at http://www.mozilla.org/MPL/
  5. #
  6. # Software distributed under the License is distributed on an "AS
  7. # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  8. # implied. See the License for the specific language governing
  9. # rights and limitations under the License.
  10. #
  11. # The Original Code is the Bugzilla Bug Tracking System.
  12. #
  13. # The Initial Developer of the Original Code is
  14. # Andreas Franke <afranke@mathweb.org>.
  15. # Corporation. Portions created by Andreas Franke are
  16. # Copyright (C) 2001 Andreas Franke. All
  17. # Rights Reserved.
  18. #
  19. # Contributor(s):
  20. #
  21. # This is `query.conf', the config file for `buglist'.
  22. #
  23. # Columns: 1: field_name, 2: comparison_type, 3: cmd-line options
  24. #
  25. bug_status substring "s","status"
  26. resolution substring "r","resolution"
  27. rep_platform substring "p","platform"
  28. op_sys substring "o","os","opsys"
  29. priority substring "P","priority"
  30. bug_severity substring "S","severity"
  31. assigned_to substring "A","O","owner","assignedto"
  32. reporter substring "R","reporter"
  33. qa_contact substring "Q","qa","qacontact"
  34. cc substring "C","cc"
  35. product substring "product"
  36. version substring "V","version"
  37. component substring "c","component"
  38. target_milestone substring "M","milestone"
  39. short_desc substring "summary","defaultREMOVEME"
  40. longdesc substring "d","description","longdesc"
  41. bug_file_loc substring "u","url"
  42. status_whiteboard substring "w","whiteboard"
  43. keywords substring "k","K","keywords"
  44. attachments.description substring "attachdesc"
  45. attach_data.thedata substring "attachdata"
  46. attachments.mimetype substring "attachmime"
  47. dependson substring # bug 30823
  48. blocked substring # bug 30823