-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat(rest): Endpoint to add comment on a clearing request. #2549
feat(rest): Endpoint to add comment on a clearing request. #2549
Conversation
93e57c2
to
0c1210d
Compare
...in/java/org/eclipse/sw360/rest/resourceserver/clearingrequest/ClearingRequestController.java
Show resolved
Hide resolved
...in/java/org/eclipse/sw360/rest/resourceserver/clearingrequest/ClearingRequestController.java
Show resolved
Hide resolved
...er/src/test/java/org/eclipse/sw360/rest/resourceserver/restdocs/ClearingRequestSpecTest.java
Outdated
Show resolved
Hide resolved
...er/src/test/java/org/eclipse/sw360/rest/resourceserver/restdocs/ClearingRequestSpecTest.java
Outdated
Show resolved
Hide resolved
0c1210d
to
ca0f747
Compare
Hi @akshitjoshii ! Can we make this response Need extra fields :
|
ca0f747
to
469ccd8
Compare
Hi @amritkv
|
Hi @akshitjoshii ! |
Hi @amritkv , users in couchdb do not follow the camel casing for full name field. You can change the fullName to fullname in couchdb for you admin user and it will start working. |
Hi @akshitjoshii ! |
Hi @akshitjoshii ! |
469ccd8
to
d03ecbd
Compare
@akshitjoshii Looks good to me. |
...in/java/org/eclipse/sw360/rest/resourceserver/clearingrequest/ClearingRequestController.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Akshit Joshi <akshit.joshi@siemens-healthineers.com>
d03ecbd
to
2c26f7c
Compare
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.
Changes looks good.
Endpoint to update comment on a clearing request.
Response contains a list of all the comments present on the CR.
Closes : #2524