-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Unexpected KeyError when creating new JIRA link. #662
Comments
Welp looks like I'll have to analyze this :) Thanks for your report. I don't like crashbugs...I'll try to dip it in sugar and eat it :) Give me a few days. |
Let me know if I can help in any way. |
All good, I'll likely reproduce it locally and trace it back to the call and the missing/incorrect nodes in the response JSON. Bummer it wasn't tested. I've been on a campaign of adding tests (real integration tests) for all endpoints. If and when I find the root cause of this, likely I'll ensure it's codified in a test. |
Formally starting investigation: |
Here's what came back:
I'll try to see why this was not processed correctly. |
Sorry just pushed latest changes to branch. AND ADDED TEST!!! |
…f_necessary Fix: Issue #662 add more flexibility in base class for object type
I'm trying to add a new link from a Zendesk ticket to a JIRA issue.
This does actually create a new link in the ticket, unfortunately the python code returns the following error. Using zenpy 2.0.54.
The text was updated successfully, but these errors were encountered: