Ref: Jira Legacy server System JIRA serverId 2207a759-5bc8-39c5-9cd2-aa9ccc1f65dd key SB-13629
Problem statement:
Presently to identify the plugins which are used in the content, we have to parse the complete body object & identify the id of the plugin exist in the plugin-manifest of the content. To do this, we have to run some java/node script on the server to find list of contents which are using the specific plugin.
...
Format of plugins field in metadata of resource as follows:
plugins: [{ identifier: ' ' , semanticVersion: ' ' }]