Hello,
I am creating a user from my application using SOAP API in to MY JIRA.
I don't want to recieve email notification to that particular user when user is created.
So how do i turn off mail generation when account is created using SOAP.
Can you please help me out on this.
Thanks & Regards
Mohan Kiran
You can't control notifications using SOAP API. It is thrown from the JIRA core code.
But someone saying like this below.
I found a solution to this problem yesterday that worked for us.
Administration > Services > Select the service(s) > add parameter:
notifyusers=false
I tested this by creating a Yahoo account, and sending in a message. After adding that parameter, no more external account notifications!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mail Queue Service cannot be edited. And even if it can be, it won't help you because you are creating the user via SOAP. The option you are talking about is useful only when the user is created using mail handlers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.