Plugin
List active frontend plugins
Return frontend modules for plugins enabled on the given scope or its IN_SCOPE_OF ancestors. Requires read on the scope, not plugin.manage.
get/v1/plugins/frontend
Query parameters
scope_idstring required
scope_type'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension' required
Response
OK
Example response
[
{
"id": "com.elemo.timetracking",
"version": "1.0.0",
"entrypoint": "frontend/index.js"
}
]