View Issue Details

IDProjectCategoryView StatusLast Update
0008941mantisbtcustomizationpublic2020-12-22 03:57
ReporterBorszczuk Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version1.1.1 
Summary0008941: Enforcing some bug fields as mandatory for certain actions
Description

I'd like to make some bug fields mandatory for certain actions. In particular, I'd like to:

* enforce users to always specify application version they file bug against
* enforce developers to set fixed_in_version while closing bug
* enforce developers to put a note while closing a bug

or in general, any bug status change requires note, change to resolved/closed requires fixed_in_version set. It seems these are not configurable at the moment.

TagsNo tags attached.

Relationships

has duplicate 0012734 closedatrol Switch to set fields mandatory 
has duplicate 0012894 closedatrol Make all Fields/Parameters compulsory while submitting the BUG 
has duplicate 0023848 closedatrol Allow setting tag as mandatory when reporting bugs 
has duplicate 0024817 closedatrol No status change without notice. 
related to 0027787 closeddregad Force user to select resolution when closing bug/ticket 

Activities

daryn

daryn

2008-05-02 17:06

reporter   ~0017737

You can accomplish this with custom functions. You can do any checks you like and throw errors. See
http://www.mantisbt.org/manual/manual.customizing.mantis.custom.functions.php for more info.