Built with Grav - The Modern Flat File CMS
SELECT e.Name, t.property_key, s.propertyvalue as FieldValue FROM external_entities e JOIN propertyentry t ON e.ID = t.entity_id JOIN propertystring s ON t.ID = s.ID WHERE t.property_key like 'jira.meta%';