-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clicking on F2 to search for assignee, 404 error appears #35
Comments
@felipereisdev thanks for reporting! I will have a look on that |
Thank you for this amazing app. I hate Jira. This same 404 error also appears when entering a board. |
@felipereisdev mhmm interesting problem - in general Jira API retrurn 404 when you don't have access to the resource. Could you check underlaying api directly? that's the HTTP request that's sent via app to get list of users: Users:
Boards:
|
It's returning Forbidden (403) |
@felipereisdev it looks that it's more related to your user permissions, or Jira instance setup. Could you try to access any of those Jira REST API using your credentials? I would also double-check auth token, I think that in some cases (including that one) - Jira API is returning 404 - not 403 - if there is no access to the resource. |
I'm closing it - due to no response from the author |
I have the same problem as reported in this issue. I could help out with trouble-shooting. Would love for this to work 😀 I ran the above curl commands, users got 401 back and boards got 403. |
@antonbasic okay! if you can help with investigation I think we will manage to solve it 😄 I'm re-opening that issue - but it could be something different. The reported issue was about 404, and I think it's similar to recent comments here: #48. It should be fixed already. but, okay! let us hunt that issue down 😄 - soo those curls are 1:1 the same requests that are sent from the application. Maybe you can play-around using postman or something? Both request should return valid response, examples: |
@antonbasic there is an open issue about 'on-premise' installation - #48 About tokens - you need to change type of access token, to "personal access token".
You can do it during workspace configuration, or you can edit the existing one: I've tested 'on-premise' installation using that dockerized version: https://github.com/mk-5/fjira/blob/master/scripts/docker-compose-jira-server.yml - and everything looks just fine. I need to check if there is any difference in API between jira versions. That problem, and problem described in #48 will be easily fixable I believe - but I need to reproduce it somehow. |
@antonbasic assignment error should be fixed now. I will check boards 403 |
As you say it might be a problem of the API's being different between versions. Bad on Atlassians part to break the API within the same major version 🤦♂️ Since the version of Jira we are using is an older version and it seems to be quite a few differences between versions I don't think I will bother you with bugs for this version. I just realised that not all tasks are showing in the board view as well. We are moving to Jira cloud at our company, although I'm not sure when the final move is happening, so I will revisit this tool when we do so. Really like the projekt 🙌 |
@antonbasic I will try to reproduce that issue using dockerized version of Jira :) you know .. reproducing the error is 90% of success 😅 |
Desktop:
Describe the bug
When clicking on F2 to search for assignee, 404 error appears
To Reproduce
Clicking on F2 to search for assignee
Expected behavior
Click on f2 and a user will appear to run the filter
The text was updated successfully, but these errors were encountered: