The API - Search for issues using JQL : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get is giving 400 error response in postman.
GET request: 'https://your-domain.atlassian.net/rest/api/3/search?jql=assignee=charlie'
@Arun -
What credential are you using when calling the REST APIs? Does the creds have the appropriate access to your projects/content?
Please advice.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
Your endpoint seems good, are you properly authenticating?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Kalyan Sattaluri ,
Yes, I have included basic authentication for the API in the postman and and have used username as email and password as API token.
Is there any other than this, that I'm missing ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Credentials are good...Can also try to API 2 version of URL below..
'https://your-domain.atlassian.net/rest/api/2/search?jql=assignee=charlie'
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.