We are working with businesses as clients and for whatever reason they just don't want to setup their account.
In order to facilitate adoption, we would like to just be able to give them an email that says "We've added your email to our service desk and here is your password"
Do we have a way to do that?
Daniel,
Sending an email containing a password is a poor security practice. Since this is the case there is no functionality provided within the delivered Atlassian products that will perform that function. If you were to create your own application you could use the Jira API to create the account https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-user-post. Your application could then send the email with the password to the customer. I would recommend against this as the password would be sent in plain text via email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The REST API is available to Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Nic stated it is available and documentation can be found here: https://developer.atlassian.com/cloud/jira/service-desk/rest/
Once again, the best practice would be to have users setup their own password using the Atlassian software.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.