Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

integrating Jira GET issue rest api in android But it always returns 404, Though i have permission

Akshit Sharma September 25, 2018

Using Rest api jira cloud . I want to get the issue using api . But it always returns 404.

Sending username and password in header using this :

https://<domain name>.atlassian.net/rest/api/3/issue/{issue ID}

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2018

Hello,

The header must be like this in pseudocode:

usernamepasswordstring = base64("username:password")

header("Authorization","Basic usernamepasswordstring")
Akshit Sharma September 25, 2018

its still the same , I have tried this 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events