Hello All,
I've written a Python script to create user accounts via the API:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-api-3-user-post
This is a temporary solution until provisioning for OneLogin is available.
This works well, but I don't want the new users to receive an invitation email (they can access JIRA via the OneLogin SAML app so setting a password isn't necessary).
The problem I'm having is that no matter what I do a notification is always sent to the newly created user's email address.
I've tried:
-specifying the 'notification': 'false' parameter
-ommitting the notification parameter altogether, which should default to 'false'
However both methods still result in a notification being sent. Could somebody offer guidance?
Thanks!
James
Hello James,
Thank you for reaching out to Atlassian Community!
The issue that you are facing where the invitation email is being sent even when setting it to false is actually a bug because, by default, this notification should not be sent:
- https://jira.atlassian.com/browse/JRACLOUD-67024
Please, click on vote and watch to receive updates about the bug.
Regards,
Angélica
Thanks for the info Angélica!
I've gone ahead and voted but I think at this point it's more likely that the provisioning features will be in place before the bug is fixed. Fingers crossed.
Regards,
James
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.