-
Notifications
You must be signed in to change notification settings - Fork 252
adding more fields in Request #276
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Maybe we should try to add more tests
Please merge the changes, so I can integrate the zendesk request creation in my application. Thanks for approving the changes |
Could you please let me know how long will it take to get these changes merged? I am new to public github, so I am not familiar about how things work in public github. |
Hi Mary, It will take some time. In open-source communities, maintainers aren't active every day and I would prefer to have others reviews because myself I'm not actively using it. HTH |
I worked on the review comments, but the PR is not getting updated. Can you tell me how to update the pull request? |
Changes are done. But the pull request is not getting updated. Could you please tell me what should I do? |
Pull request is now showing as updated. Sorry, this is the first time I am raising Pull request in public git hub, so I accidentally sent many comments regarding the pull request. Could you please review now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM WDYT @johnou
The formatting is good now
@aheritier looking better. |
@marydcouto can I assume you have tested these changes with your application? |
Yes I have tested this code. I made changes for Requests only. I can see 2 tests are failing for createOrganization and deleteOrganization. I am not sure why these tests are failing in my build. Do you know why these tests are failing in my build? |
I need access to set the request status to solved through api. It works only if solved field and its corresponding getters and setters are present in the Request. Create Request API was also failing as priority is mandatory field in the create request API. I also need access to couple of other fields, which I have added in the Request pojo.