Hi,
I'm new to Jira, I'm trying to access Jira API by trying to get the issue info like below:
Has there been a solution to the problem or another issue resolved on this point?
The API token with auth basic doesn't seem to be ok, or it's being used incorrectly. Is it possible to get an answer please?
Thanks in advance,
EDIT :
I succeeded by creating the API token from the https://id.atlassian.com/manage-profile/security/api-tokens interface and then by entering my account identifier with the entire email and the token created.
Can you please share how you entered the account identifier with email and token? trying to solve this as well...thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
for the username use the full email id for eg: username@myCompany.domain
sample curl format:
curl -u username@myCompany.domain:APIToken -X GET "https://myCompany.atlassian.net/rest/api/3/issue/Ticket-21"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Has a resolution to this issue been found?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Win -
In both project UI or REST APIs routes, the message ""Issue does not exist or you do not have permission to see it." is system default when the either the issue has been deleted already or one are not authorized to access it (this is related to permission).
Since you stated that you created the issue, typically you are setup to access the project and allow to create issue in the project in question. So in my opinion is that you or someone else has deleted the issue from the system already when you attempt to run your REST APIs process. One last possibility is that someone moved your created issue to another project where you don't have access to the project. In this case, when an issue is moved from one project to another project, the original project issuekey are still maintained in the backend for issue data references by the system associated with the new different issuekey. This is why the issuekey is still a valid value.
Unfortunately, the default system message above doesn't give anyone further details and the message cannot be customized by system admins for the JSM app.
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much for your reply, I saw there are 3 tickets (see enclosed screenshot), and we only have 1 project as of now.
I'm stuck and don't know what to do, need advice from the expert.
thank you so much in advance.
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.
try sending the request like
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.