The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Which Java API to use to change the notification scheme of a project?

Satnam singh aujla
September 19, 2019

NotificationSchemeService don't have any method to assign new notification scheme to the project. However to change Permission scheme, we can do with method "assignPermissionSchemeToProject(ApplicationUser user, Long schemeId, Long projectId)" present in PermisionSchemeService.java.

Need help?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Deleted user
March 24, 2020

I think you can use:

notificationSchemeManager = ComponentAccessor.getNotificationSchemeManager();
NotificationScheme notificationScheme = notificationSchemeManager.getSchemeObject(<some id>);
notificationSchemeManager.addSchemeToProject(project, notificationScheme);

https://docs.atlassian.com/software/jira/docs/api/8.0.0/com/atlassian/jira/scheme/SchemeManager.html#addSchemeToProject-org.ofbiz.core.entity.GenericValue-org.ofbiz.core.entity.GenericValue-

TAGS
AUG Leaders

Atlassian Community Events