Hi there,
I am trying to get into JIRA for the first time. I get the following screen and the "Agree" button is not enabled. Also, I do not the site related information
Can you please help me to get into JIRA?
Thanks and Regards,
Abhijit
I solved the problem by putting the data directly in the command and by using single quotes.
Like this :
curl -D- -u %myuser:mypassword% -X PUT --data '{"fields": {"assignee":{"name":"harry"}}}' -H "Content-Type: application/json" https://%mycloudurl%/rest/api/2/issue/%myissue%
First problem is curl is not liking your input. Try to redo your input to something more similar to this example,
http://stackoverflow.com/a/29003279
Good luck.
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.