How to make a full backup of Redmine
In this article you will be learning how to create a full backup of your entire Redmine application, including files and database (MySQL). And how to do the same process unattended as well.
In this article you will be learning how to create a full backup of your entire Redmine application, including files and database (MySQL). And how to do the same process unattended as well.
One of the most used Redmine features is the ability to allocate hours to tasks. Here I will explain how to get the total spent time from all issues in a project and show this sum in a project field.
In Redmine’s top menu there is an option called “Help”. IMO this option can confuse the user, since she might reasonably think that the link will lead her to a help section inside the Redmine application So I think it is very legit to hide this option from the top menu. There are several methods to achieve this.
In Redmine tasks and subtasks have a close relationship. For instance we can avoid a parent task to be closed if a subtask is still open. But we can make this relationship even more dependent by means of the Custom workflows plugin. Here we will see how to modify a parent task field value depending on a subtask field.
If you want to convert a very long dropdown of a list custom field in a more user friendly search box, this is how to do it.