Recall date - set a date, have system send email reminder on that date

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
acoder2020
Posts: 65
Joined: 11 Jan 2024, 19:32

Recall date - set a date, have system send email reminder on that date

Post by acoder2020 »

Are there any plugins that let us set a date on a ticket and be reminded via email on that date?

There is an existing Remind Me plugin, but it requires manual use and is more like a *poke* feature imo. If we forget to remind them, well.. haha.

Maybe I'm searching for the wrong name, but is there something like a recall date we could use in Mantis?
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: Recall date - set a date, have system send email reminder on that date

Post by cas »

The reminder plugin does not necessarily require manual intervention.
You can set up a cron (Linux) or Task (Windows) job to automate the sending of reminders. This is described in the readme.
acoder2020
Posts: 65
Joined: 11 Jan 2024, 19:32

Re: Recall date - set a date, have system send email reminder on that date

Post by acoder2020 »

That's a different functionality and would require console access to set up

How tricky would it be to build in a custom date to send a reminder on (for each individual ticket not as a whole)
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: Recall date - set a date, have system send email reminder on that date

Post by cas »

Yuo could create a seperate plugin which adds a date field to each issue. You still would need to set up a scheduled job to automate the sending of a message (in which ever format).
Post Reply