request and tasks tags
Query to extract Request and Task tags added in the application
SELECT
tagname
AS
"
Tag Name
"
,
api_plural_name
AS
"
Module
"
FROM
tags
LEFT JOIN
EntityDefinition ed
ON
tags.moduleid = ed.entity_id;