Project

General

Profile

Summary drill down (by category/tracker/anything) shows non relevant statuses

Added by Deepak Dhar about 12 years ago

Hi,
We are using redmine for a host of things like managing sales funnel, regulatory approvals, customer onboarding etc. (apart from managing software development). There is a seperate project and tracker for each of these things. The trackers don't have any issue statuses apart from new and closed in common.

When I see the drill down report from the issue summary page for say sales project, I see a column each for all possible statuses. These include status from trackers used in say "regulatory approvals" which are of no relevance in the "sales" project report.

Please advise if there is a way to remove all irrelevant issue statuses from the summary drill down report.

Regards,
Deepak


Replies (1)

RE: Summary drill down (by category/tracker/anything) shows non relevant statuses - Added by Deepak Dhar about 12 years ago

I guess this from reports_controller.rb is the reason.

def find_issue_statuses
@statuses = IssueStatus.find(:all, :order => 'position')
end

I just need the issue statuses related to trackers related to this project.

    (1-1/1)