Feature #23287
openBetter structuring of Version page
0%
Description
Quite often version itself represent a specific scope of work under the large project or a full project itself and hence it should be reflected in the version page.
Specifically the version page should have following information.
- % completion and color coding of issue listing based on status.
- Tree structure of issue listing based on sub-task
- Allow to order the issues (not necessarily sort by tracker or issue number) which represent the order of work or any other criteria.
- List of users involved in the version (based on assigned users of issues under the version).
- Similarly show followed/precedes relation of issues through arrows that will map flow of work more elegantly.
Related issues
Updated by Dipan Mehta over 8 years ago
Add related - #4992 which also talks about better printable layout of version page.
Updated by Toshi MARUYAMA over 8 years ago
- Related to Feature #4992: Add printer friendly version of pages added
Updated by Toshi MARUYAMA over 8 years ago
- Related to Feature #13387: Improving Redmine's version model (not just milestones) added
Updated by Marius BĂLTEANU about 7 years ago
Dipan Mehta wrote:
3. Allow to order the issues (not necessarily sort by tracker or issue number) which represent the order of work or any other criteria.
A patch that implements this feature is in #22802.
Updated by Marius BĂLTEANU about 7 years ago
- Related to Feature #22802: Add the posibility to set/change the position of an issue in a version added
Updated by Dipan Mehta about 7 years ago
Marius BALTEANU wrote:
Dipan Mehta wrote:
3. Allow to order the issues (not necessarily sort by tracker or issue number) which represent the order of work or any other criteria.
A patch that implements this feature is in #22802.
This is brilliant! Thanks a lot.