You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,12 @@ You should now be able to see the plugin list in Administration -> Plugins.
58
58
* Edit issue recurrence
59
59
* Delete issue recurrence (additionally requires the user to be a project member or administrator)
60
60
61
+
3. Within the Administration/Plugins/Recurring Tasks configuration page in Redmine, you have the following global configuration options:
62
+
a. Attribute issue journals to user id (optional) -- if blank, no journal notes will be added on recurrence; otherwise, this should be the numeric Redmine user id to which all recurring
63
+
journal entries will be tied to. This can be helpful if you want to create a placeholder user account and see all recurrence history within Redmine.
64
+
b. Display top menu? -- defaults to yes for historical purposes; whether (for Redmine administrators) and Recurring tasks menu option should be displayed on the top menu.
65
+
c. Reopen issue on recurrence? -- defaults to no for historical purposes; whether to re-open an issue (yes) or clone to a new issue (no) when the issue is due to recur
66
+
61
67
## Upgrade or Migrate Plugin
62
68
63
69
Please check the Release Notes (ReleaseNotes.md) for substantive or breaking changes.
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,20 @@
3
3
## Features Requested
4
4
5
5
* Option to 'predict' recurrences on calendar -- perhaps ghost the projected recurrences in ([#38](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/38))
6
-
* 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)); ([#45](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/74))
7
6
* Option to enable recurrence on a per-project basis ([#36](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/36))
8
-
* Configurable option to hide the "Recurring issues" link in the admin menu ([#54](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/54))
9
7
10
8
## Known Issues
11
9
12
-
* No ability to view historic recurrences
10
+
* No ability to view all historic recurrences
13
11
* Deleting an issue does not provide a warning about deleting associated recurrences
14
12
15
13
## Next Version (Develop Branch)
16
14
15
+
Done
16
+
* Configurable option to hide the "Recurring issues" link in the admin menu ([#54](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/54))
17
+
* Option to re-open recurring issues 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));
* Backwards-compatibility to Redmine 2.2 by testing if issue.closed_on? method exists ([#49](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/36))
@@ -34,7 +37,7 @@
34
37
35
38
* Russian translation contributed by @box789 ([#30](https://github.com/nutso/redmine-plugin-recurring-tasks/pull/30))
36
39
* French translation contributed by @jbeauvois ([#35](https://github.com/nutso/redmine-plugin-recurring-tasks/pull/35))
description'Allows you to set a task to recur on a regular schedule, or when marked complete, regenerate a new task due in the future. Supports Redmine 2.x and 3.x'
0 commit comments