HI,
We are developing the plug-in connector for Atlassian JIRA and one of our client tools. We are doing some analysis about the JIRA cloud instance.
It would be great if we get to know how to activate the >> Accept remote API calls option with this trial account to solve the issue.
Thanks in advance,
Pallavi
We have procure the licence of JIRA cloud instance,
Site Address: cloudjira.atlassian.net
But through Rest Client, i am not able to access the API's. Below are the details of request
URL: https://<cloud instance URL>/rest/api/auth/2/version/10006
authorization: base64 encoded form of <username:password>
contect-type: application/json
Response: Getting
401 Unauthorized
Any pointers will be helpful. We need to start our work with cloud instance
Hi Pallavi,
I am also facing same issue , After providing the authorization: base64 encoded form of <username:password> , I am still getting
Response: Getting 401 Unauthorized
Can you tell me how it was rectified
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now, REST API is enabled by default. We used to enable it as in here:
But with JIRA 7, the option is set to ON by default so there is no need to make any change. That's mentioned at JRA-44822.
Further guideline: https://docs.atlassian.com/jira/REST/ondemand/
Sample test with the right details can be done through: https://<domain>.atlassian.net/rest/api/2/search?jql&fields=key
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Diallo for the Updates We are using Cloud Jira instance: JIRA v7.0.0-OD-08-001, but not getting "Accept remote API calls" option in JIRA Administrator >> System >> Edit Settings>> Options field All other options like Logout confirmation, Use gzip compression, External user management etc are available. Is this option ("Accept remote API calls") available with free trial (7 days) cloud instance? Any pointers will be halpful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems the option is removed. But once again the REST API is by default ON/enabled.
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.