Project

General

Profile

Feature #28971

Updated by Jeremy Lenz about 4 years ago

Modify the "Subscriptions expiring soon" email notification 

 * Include a link to generate the Entitlements Expiring Soon report. report filtered to subscriptions expiring $soon 

 User stories 

 Previous PRs: 

 * As a user, I want to be able to opt-in for email notification about subscriptions expiring $soon. 
 Each user can only get information about subscriptions they have permission to view 
 * As a user, I want to choose how often the notification should be sent, daily/weekly/monthly (consistent with other notifications) 
 * As a user, I want to chose what $soon means, typically a week, 30 days, 90 days 
 * The notification should contain the list of subscriptions, not the systems that are affected by it (attached to them). 
 * The email notification will contain following information about expiring subscriptions: 
 subscription name, satellite organization, type, quantity, SKU, contract, account, start, end (expiry) 

 This PR: 

 * The notification should contain the link to render a report with more details, specifically about what systems (hosts) will be affected by that expiration 
 * As a user, I want to be able to generate Entitlements report (introduced in 6.7) and filter on subscriptions and subscription expiration date

Back