Skip to content

Commit 574bda1

Browse files
committed
v1.6 documentation
1 parent 90a35f5 commit 574bda1

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ You should now be able to see the plugin list in Administration -> Plugins.
5858
* Edit issue recurrence
5959
* Delete issue recurrence (additionally requires the user to be a project member or administrator)
6060

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+
6167
## Upgrade or Migrate Plugin
6268

6369
Please check the Release Notes (ReleaseNotes.md) for substantive or breaking changes.

ReleaseNotes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@
77

88
## Known Issues
99

10-
* No ability to view historic recurrences
10+
* No ability to view all historic recurrences
1111
* Deleting an issue does not provide a warning about deleting associated recurrences
1212

1313
## Next Version (Develop Branch)
1414

15-
In Work
16-
* 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)); ([#74](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/74))
17-
1815
Done
1916
* 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));
18+
([#74](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/74)).
2019

2120
## Version 1.5.0 (13 June 2015)
2221

0 commit comments

Comments
 (0)