View Issue Details

IDProjectCategoryView StatusLast Update
0015304mantisbtcustomizationpublic2020-11-18 13:22
Reportersergio.lecuona Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status acknowledgedResolutionopen 
Product Version1.2.11 
Summary0015304: Add Relationships field when reporting an issue
Description

hi,

I would like to know how could we add (as mandatory) the "relationships" field when reporting an issue, please.

Thanks,
Regards.

TagsNo tags attached.

Relationships

has duplicate 0027441 closedatrol Include 'issue related to' into 'report issue' page 
has duplicate 0027560 closedatrol Include issue relationship into new issue page 

Activities

dregad

dregad

2012-12-18 11:58

developer   ~0034572

Can't be done in current version of Mantis, and there is no plan to implement such a feature in the near future.

You could probably achieve this by customizing bug_report_page.php; use the existing code used for issue cloning as reference. You need to be careful to respect the access levels (normally a user needs to have update_bug_threshold to add relationships)

If you end up implementing this, please post your patch here for review or even better as a pull request on github; it might be included in a future release.