-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix(rest): Added businessunit field in usedBy project api. #2003
Conversation
5c020aa
to
565c6e0
Compare
@@ -1227,4 +1228,27 @@ public void getUserProjectCount(HttpServletResponse response) throws TException | |||
throw new SW360Exception(e.getMessage()); | |||
} | |||
} | |||
@RequestMapping(value = PROJECTS_URL + "/{id}/showChildProject", method = RequestMethod.GET) |
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.
From Disussion, endpint should be similar to componet endpoit https://sw360.siemens.com/resource/docs/api-guide.html#resources-component-usedby-list
d79ec4e
to
59fbc5e
Compare
59fbc5e
to
37f8647
Compare
37f8647
to
65b2e37
Compare
Hi @nikkuma7 , |
Signed-off-by: Nikesh kumar <kumar.nikesh@simens.com>
65b2e37
to
f29de2b
Compare
Hi @rudra-superrr , URL: http://localhost:8080/resource/api/projects/usedBy/{id} |
Changes looks good. |
Issue: #2031
I have created a new endpoint URL for usedBy project in project summary tab.
Suggest Reviewer
How To Test?
URL: http://localhost:8080/resource/api/projects/{id}/usedByProject
Checklist
Must: