View Issue Details

IDProjectCategoryView StatusLast Update
0006523mantisbtfilterspublic2026-05-14 14:09
Reporterdapozzom Assigned Tocommunity  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.2.17 
Target Version2.29.0Fixed in Version2.29.0 
Summary0006523: Allow filtering by Reproducibility
Description

How can I have the standard attribute (ie Reproducibility), as a filter criteria

TagsNo tags attached.

Relationships

has duplicate 0020237 closedatrol 'reproducibility' field is not displayed in 'View issues' ( filter area ) 
has duplicate 0022387 closedatrol add a new field to the filter of the page: view_all_bug_page.php 
has duplicate 0026847 closedatrol reproducibility fielsd not in the search criteria 

Activities

grangeway

grangeway

2014-10-07 19:30

reporter   ~0041451

We are resolving this issue as "no change required", because it was reported against an old version of MantisBT which is no longer supported.

We recommend that you upgrade to the latest stable version [1]; if after doing so the problem still exists, do not hesitate to reopen the issue.

[1] http://www.mantisbt.org/download.php

atrol

atrol

2014-10-08 01:49

developer   ~0041454

Reopened.
We can't filter by reproducibility in current version.

grangeway

grangeway

2014-10-08 15:43

reporter   ~0041470

Guessing I read 'resolution' as reproducibility as I checked this last night :)

grangeway

grangeway

2014-10-08 15:43

reporter   ~0041471

Setting product version to 1.2.17

Alkante

Alkante

2025-09-26 03:43

reporter   ~0070538

Hello,
I added a reproducibility filter in my own MantisBT but I'm still in 2.25.
I'll PR soon for the 2.28.dev version.

dregad

dregad

2025-09-26 04:06

developer   ~0070539

@Alkante thank you.

If you have a patch on top of 2.25 available already, feel free to open the PR now - there have not been so many changes to this part of the code, so chances are it will merge cleanly into master.

Alkante

Alkante

2025-12-16 09:19

reporter   ~0070683

PR : https://github.com/mantisbt/mantisbt/pull/2165

Related Changesets

MantisBT: master 1d99e3e8

2025-09-15 04:53

dsribouavong

Committer: dregad


Details Diff
Add reproducibility filter

Fixes 0006523, PR https://github.com/mantisbt/mantisbt/pull/2165

Signed-off-by: Damien Regad <dregad@mantisbt.org>

Changes to original commit: replace space indents by tabs.
Affected Issues
0006523
mod - core/classes/BugFilterQuery.class.php Diff File
mod - core/filter_api.php Diff File
mod - core/filter_constants_inc.php Diff File
mod - core/filter_form_api.php Diff File