View Customize

Official Website: https://github.com/onozaty/redmine-view-customize

With View Customize, You Can Do the Following:

Change the background color of the header.

How to Add a New Customization with the View Customize Plugin in My Redmine

Users with administrator privileges can add customizations using the View Customize plugin.

Setup Procedure

  • Log in as an administrator user.

  • Click on “Administration” in the top menu, then select “View Customize.”

  • Click on “New view customize” in the top right corner.
  • On the “New view customize” screen, fill in the customization details and click “Create”:
Path pattern Enter the URL path where the code will be executed using regular expressions.
Project Pattern If you want to enable the customization for specific projects, enter the project identifiers using regular expressions.
Insertion Position Select one of the following options: "Header of all pages" "Bottom of issue form" "Bottom of issue detail" "Bottom of all pages" or "Issues context menu"
Type Choose either "JavaScript," "CSS," or "HTML."
Code Enter the code to be executed.
Comment If you have any comments, enter them here. Comments will be displayed in the View Customize list screen.
Enabled Set to ON to enable or OFF to disable.
Private Set to ON to make it effective only for the creating user or OFF to make it effective for all users. It is recommended to set it to ON for initial testing, then switch to OFF if there are no issues.

Important Notes

Customizations made with the View Customize plugin may not display correctly after RedMica version upgrades. Please ensure to conduct necessary testing and code adjustments on your own.