Actions
Feature #29038
openAdd ability to generate a report by clicking a link in a notification email
Difficulty:
medium
Triaged:
No
Pull request:
Description
[SAT-E-459]
User stories:- The notification should contain the link to render a report with more details, specifically about what systems (hosts) will be affected by that expiration
- The link needs to have report inputs in the URL query (see RM issue #29037 for details)
- The link should take the user to a page in Foreman (maybe report templates?) and notify via Toast that report generation is started
- Once the report task is complete, the user should be redirected to it as is currently the case for any other report
- The link should take the user directly to the Report Templates page for the Entitlements report, with inputs filled in
- The user can decide at this point whether to check the checkbox to get the report via email
- The user can then click Generate to generate the report as normal
Updated by Jeremy Lenz over 4 years ago
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Jeremy Lenz
- Pull request https://github.com/theforeman/foreman/pull/7546 added
Updated by Jeremy Lenz over 4 years ago
- Description updated (diff)
decided to go with a third approach:
- The report is generated when the notification email is generated
- The link to the report is in the text of the email
Actions