Feature #28011
openSetting for My page blocks to change the maximum number of issues
Description
The maximum number of issues to be displayed on a My page block is fixed to 10. But sometimes I want to see more issues on blocks.
I think it is useful and will increase flexibility if each block has a setting to change the maximum number of issues.

The screenshot above is just a mock. I haven't written any codes.
Files
Related issues
Updated by Go MAEDA about 8 years ago
- Related to Feature #10713: My Page: Make the items on the page configurable added
Updated by Marius BĂLTEANU almost 8 years ago
- Has duplicate Feature #28683: My Page Issues Block limit configurable added
Updated by Cristian Spiescu almost 2 years ago
+1
Would be indeed really useful. W/o this, I find that this has only limited functionality.
E.g. I have a custom query for my recurrent tasks. I'd like to have a quick way to select one. But I have about 20, so I cannot use unfortunately My page for this.
Updated by Magnus Olsson over 1 year ago
Six years huh. Who reads these? Also +1
Updated by Zsolt Tasnadi 11 days ago
Quick patch¶
Open the following file:
app/helpers/my_helper.rb
Find the following method:
render_issuequery_block(block, settings)
Edit the following line:
issues = query.issues(:limit => 10)
It's a global solution for all custom query in My Page, but better than noting.
Hint: I'm using Redmine in Docker Compose and I volumed the patched file in the container, it's works perfectly.