Hi All, is there any expiry time for the personal API token generated to use in basic auth for Jira REST API? Currently we are observing authentication issue with the token even when it is still in active state.
Welcome to the Atlassian Developer Community, @mahendarakarapu!
Based on this documentation, there is no mention of an expiry.
In order to get more context of your current situation,
- Was the token working before when calling the same API(s)? Is the error consistent?
- What is the error you are getting? Please share the response from the API call.
- Can you share code snippets (redact the
username:password
section) of the failing call(s)?
Cheers,
Ian
Hi @ianRagudo,
Thanks for the response. Please find below more context regarding the same.
- Yes, it was working fine before.
- Error response: “The Given Issue does not exist or you do not have permission to access it .”
We have verified that the issue exists in Jira.
Thanks,
Anuj Kharbanda