Hello,
I'm working on synchronization between Jira and our internal portal through Jira Rest API. Now I should add customers to the Organization in Jira, but unfortunately I didn't found the possibility to send invitation email to that Customers during this process. Can you help me in this question, maybe there are some property or other methods to do that? I'll be very appreciated for your help.
Thanks, Arthur.
Hello,
I see you posted this question in the developer community as well at the following link and there was a suggestion to check on that thread:
This indicates there is a support for
notification
key in Create User API call you could set totrue
to send the email to invited user to finish up the account set up. Try this, maybe it will help.
Have you tried adding in the noted "notification":"true" key in your call to see if it does the trick for your use case?
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.