woblavobla / redmine_custom_reminder

Simple redmine plugin for scheduled email sending;
Apache License 2.0
8 stars 12 forks source link

bug fix and refine: fix customfield issue, fix suburl redmine issue, fix issue when assignee is group, some refine #13

Closed tainewoo closed 5 years ago

tainewoo commented 5 years ago
  1. use reminder name to save the exported files.
  2. add the application_job.rb so don't need to create is manually after
  3. fix issue if the user type customfield is not IssueCustomField, add compatablity wifh Issue/Project type customfield.
  4. fix issue if the assigned_to is not user, add compatablity with group type assignee.
  5. fix view all hyperlink error issue to add compatibility with redmine installed with suburl.
  6. add reminder name to mail subject
woblavobla commented 5 years ago

Looks great to me. Thanks for contribution.