Hi All,
I am writing a post function to add JIRA user through Rest api to cloud environment.
The user is not getting added. Will the rest api work in cloud environment?
Its bit urgent please van any one give the answer ?
Regards
Madhu
REST works fine on Cloud, so it must be something in your code. What are you doing and what is the error?
I am trying to create a user and the same code works for my jira server but when tried to do the same on cloud instance it fails with "internal server error" , I am using name,password,emailAddress,displayName , am i missing something
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know. What's the difference between Cloud and your server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{"errorMessages":["Cannot add user. 'charlie1' does not exist"],"errors":{}} i am getting this error. I dont know how to proceed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's telling you that a user called charlie1 is not present on Cloud. Check your used ids. Also, you haven't explained *what* you're trying to do, or how.
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.
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.