Project

General

Profile

Actions

Feature #438

closed

Ability to Create Custom Reports

Added by Man Cool over 16 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix

Description

Be able to use the new fields such as time estimate(hours) or maybe even CUSTOM FIELDS to CREATE CUSTOM REPORTS. Say
maybe do a list of WorkLoadbyUser:
select
Issues.Assignedtouser,
sum(timeestimate) as WorkLoad
from Issues
where Issues.StatusCode = 'Open'
group by Issues.AssignedtoUser

maybe have an opensource CHART GRAPHING module so you can pass lets say X axis to "assignedtouser" and y-axis
be sum(timeestimate)per that user..... well even a simple LIST will do but i think there's nice free charting modules
out there which might be cool to have. The MAIN thing though maybe would be ability to create your OWN custom
QUERY/REPORT....then you could do like WorkLoadbyUser per this project or WorkLoadbyUser per ALL Projects, WorkLoad
by user within these DATES/Timeframe.....etc.....

Actions #1

Updated by Jean-Philippe Lang about 16 years ago

  • Status changed from New to Closed
  • Resolution set to Wont fix

Request is too vague.

Actions

Also available in: Atom PDF