Reputation: 4228
There is any way to know by code the email associated to the Notification given a issue?
I tried
ComponentAccessor.getNotificationSchemeManager().getNotificationSchemeForProject(issue.getProject())
This gives me the Notification Scheme (COGP_NPS_SERVICEDESK
) but I cannot find any property there that give me the email ([email protected]
in my example).
Upvotes: 1
Views: 85