Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Child Org Notification Template Overriding Capability #6187

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhaura
Copy link
Contributor

@dhaura dhaura commented Dec 9, 2024

Purpose

  • $Subject
  • The following scopes are introduced in Notification and Email template management APIs in order to enable child org overriding capabilities in notification templates.
    • Email v1/ v2 API
      • POST /o/api/server/v(.*)/email/template-types - internal_org_email_mgt_create
      • PUT /o/api/server/v(.*)/email/template-types - internal_org_email_mgt_update
      • DELETE /o/api/server/v(.*)/email/template-types - internal_org_email_mgt_delete
    • Notification API
      • POST /o/api/server/v(.*)/notification/(?:email|sms)/template-type - internal_org_template_mgt_create
      • PUT /o/api/server/v(.*)/notification/(?:email|sms)/template-type - internal_org_template_mgt_update
      • DELETE /o/api/server/v(.*)/notification/(?:email|sms)/template-type - internal_org_template_mgt_delete

Related Issues

Copy link

sonarqubecloud bot commented Dec 9, 2024

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.32%. Comparing base (37745ca) to head (3f863e9).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6187   +/-   ##
=========================================
  Coverage     45.32%   45.32%           
+ Complexity    13830    13819   -11     
=========================================
  Files          1614     1614           
  Lines         99700    99700           
  Branches      16833    16833           
=========================================
  Hits          45188    45188           
  Misses        47868    47868           
  Partials       6644     6644           
Flag Coverage Δ
unit 27.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant