...
Code Block |
---|
curl -H "Authorization: Bearer <yourToken>" https://issues.redhat.com/rest/api/<api parameters> |
Warning |
---|
Note: Please note that the Personal Access Token can only be used as it is. If it is encoded (with base64 or any other encoding method) then the token won't work as expected and authentication won't work. |
Remove token:
If, for any reason, you need to revoke your Personal Access Token, you can do it quickly from the Red Hat Jira application:
...