cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MattAnderson
Level 2

Is there a way to mass edit Component names or component properties?

I have a project that uses a purchased commercial Java component, and CodeInsight correctly finds all the dependencies for that component.

However, I need to organize all those components such that they are all grouped for review.

So, I would like to select a set of components and Prepend to the name of the component some text to force a group.

The other way would be able to allow users to create a "folder" for components, where you can name and add some notes to that folder.

Labels (1)
0 Kudos
(1) Reply
vdonga
Moderator Moderator
Moderator

Hello @MattAnderson 

You can use REST API to accomplish this. There is an 'Update Inventory' API where you can change existing inventory names.

Navigate to http://<Server>:8888/codeinsight/resources/swagger-ui/index.html to understand the usage of the API. Screenshot below

 

 

0 Kudos