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}
Hello,
The header must be like this in pseudocode:
usernamepasswordstring = base64("username:password")
header("Authorization","Basic usernamepasswordstring")
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.