Solved
Forum Discussion
nmrao
Champion Level 1
6 years agoAre you passing any headers related to authentication?
Please refer documentation, there couple of types:
https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-oauth-authentication-6291692/
https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-basic-authentication-6291732/
https://developer.atlassian.com/server/jira/platform/cookie-based-authentication/
Please refer documentation, there couple of types:
https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-oauth-authentication-6291692/
https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-basic-authentication-6291732/
https://developer.atlassian.com/server/jira/platform/cookie-based-authentication/
- Akshata96 years agoOccasional Contributor
Yes im using Basic Authorization PFB screenshot
- nmrao6 years ago
Champion Level 1
Could not read the screen clearly.
You want to check why it is showing OAuth in the response or check with service provider or respective forms for the coorect details to be used for the same.- Akshata96 years agoOccasional Contributor
i would like to know why im getting below error
{
"errorMessages" : [ ],
"errors" : {
"project" : "Anonymous users do not have permission to create issues in this project. Please try logging in first."
}
}