Forums

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

migration from stash to bitbucket

Simon Kataev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 15, 2017

When we used stash we send email from plugin by this:

 

String EMAIL_STYLES_MODULE = "com.atlassian.stash.stash-notification:notification-email-styles";

SoyMailMessageRequest messageRequest = new SoyMailMessageRequest.Builder()
                    .cssModuleKey(EMAIL_STYLES_MODULE)
                    .context(emailData)
                    .recipients(Lists.newArrayList(target))
                    .soyTemplateModuleKey(SOY_EMAIL_TEMPLATE_MODULE)
                    .soyTemplateName("plugin.watchers.email")
                    .subjectKey(subjectKey)
                    .build();

And now want to migrate plugins to bitbucket

but i can't fine any information about new available list of cssModuleKey

"com.atlassian.stash.stash-notification:notification-email-styles" - don't work

 

 

 

1 answer

0 votes
Simon Kataev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 17, 2017

i found solution

com.atlassian.bitbucket.server.bitbucket-notification:notification-email-styles

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events