Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# redmine-plugin-recurring-tasks

Plugin for Redmine project management software to configure recurring tasks. Any task can be set to recur on a fixed (e.g. every Monday) or flexible (e.g. 2 days after task was last completed) schedule.
The plugin creates a new issue in Redmine for each recurrence, linking the duplicated issue as a related issue.
Plugin for Redmine project management software to configure recurring tasks. The plugin creates a new issue in Redmine for each recurrence, linking the duplicated issue as a related issue.

Released under GPLv2 in accordance with Redmine licensing.

## Features

* Any Redmine issue can have one or more associated recurrence schedules.
* Supported recurrence schedules are:
* Every x days/weeks/months/years, e.g. every 1 day or every 3 months
* The nth day of every x months, e.g. the 3rd of every month
* The nth-to-last day of every x months, e.g. the 5th-to-last day of every 4 months
* The nth week day of every x months, e.g. the 3rd Thursday of every 2 months
* The nth-to-last week day of every x months, e.g. the 2nd-to-last Saturday of every 1 month
* All recurrence schedules can be set to recur on a fixed or flexible schedule.
* Fixed: recurs whether the previous task completed or not
* Flexible: recurs only if the previous task was complete

## Installation

Follow standard Redmine plugin installation -- (barely) modified from http://www.redmine.org/projects/redmine/wiki/Plugins
Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Recur on last day of every n months ([#26](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/26))
* Option to 'predict' recurrences on calendar -- perhaps ghost the projected recurrences in ([#38](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/38))
* Option to re-open recurring issue instead of creating a new issue, so all comments/information are stored in a single place ([#45](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/45))
* Option to enable recurrence on a per-project basis ([#36](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/36))

## Known Issues

Expand Down