View Issue Details

IDProjectCategoryView StatusLast Update
0006035mantisbtcustom fieldspublic2013-10-24 07:10
Reporterzecty Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.0.0rc1 
Summary0006035: Custom fields are not supported for group actions
Description

When doing a "resolve" and/or "close" for a group of bugs/issues. None of the custom fields I have designated as "required on resolve" and/or "required on close" show up.

Steps To Reproduce

1) Create a custom field that has "Required On Resolve" and "Required On Close" options enabled.
2) Create an issue.
3) From the "View Issues" (view_all_bug_page.php) select the issue and do either the "Resolve" or "Close" group action.
4) When the group form appears (bug_actiongroup_page.php) appears the custom field will not be present.

Additional Information

Affected files:
bug_actiongroup.php
bug_actiongroup_page.php

TagsNo tags attached.

Relationships

has duplicate 0016533 closedatrol Custom field not coming on bulk resolve from view issues 
child of 0005460 closedvboctor Critical Issues to Fix for Mantis 1.0.0 Release 

Activities

grangeway

grangeway

2005-07-29 14:17

reporter   ~0011017

Nice - One obvious question would be 'how to handle someone going to ALL PROJECTS, selecting bulk resolve on 5 different bugs from different projects with different fields...
Does it make sense to allow bulk updates on bugs from multiple projects at the same time?

zecty

zecty

2005-08-02 12:00

reporter   ~0011061

Additonally the custom function "custom_function_default_issue_update_validate" is not called. The other update methods include a call to this hook. Specifically for requiring a "fixed in version" entry on resolving or closing.