-
Notifications
You must be signed in to change notification settings - Fork 6
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
[JIRA] JIRA Issue Details Blank Page #26
Comments
With the new tracking on Github, I wasn't sure what the process to get existing tickets was so figured I would start a new ticket here and have things acted on here. If work for this is to continue on the Atlassian BitBucket site, then this can be closed as duplicate but would still want updates to be made to fix the problem. |
Hi @ebresie! Thanks for carrying the issues over here! You're right in assuming that we'd be tracking things here in Github now 😄 We're still getting our bearings in the codebase - but this feels like an issue caused by the client we're using to fetch the data going out of date. We'll see what we can do! I'll keep you posted when any changes are made |
More info about this issue and the respective work around can be found here: https://bitbucket.org/atlassianlabs/atlascode/issues/753/cannot-open-issue-create-issue-in-vscode |
I suspect that this is related to this issue which I raised on BitBucket which hasn't been transferred across to GitHub: https://bitbucket.org/atlassianlabs/atlascode/issues/5435/bug-in-getcreateissuemetadata-for-data Original defect details added below:The The REST API for getting issuetypes associated with a project on a Jira DC instance is: The latter API call is valid only for Jira Cloud instances. See the following API calls on my DataCenter instance:
As you can see these are receiving a 404 response - which causes the issue loading screen in VSCode to break completely and appears as a blank window. I would report this as an upstream issue but the
If the underlying jira-pi-client repo is not maintained then the Atlascode plugin should either:
End users can fix this by modifying their From : To : However this must be done for every version of Atlascode which is released. As you can see after modifying the file the issuetype retrieval call is successful:
|
Thanks for digging into this further folks! You are right in that we have observed several issues related to that client package already - and you are also right that we aren't the team maintaining it right now 😄 Still, there might be some things we can do to address these issues in the existing client - which is what we're looking into to hopefully address these. |
When reviewing "My issues, it shows the list of JIRA tickets but when clicking on the item, a blank Jira Issue page is opened up.
I believe this is related to BitBucket ticket](https://bitbucket.org/atlassianlabs/atlascode/issues/351/jira-issue-details-blank-page)
Not sure if this is the issue but I suspect the API used currently may have been deprecated/replaced and may be as simple as changing to the correct API reference where applicable.
The text was updated successfully, but these errors were encountered: