Issue: I am using the Jira Issue/Filter macro in a Confluence page (wrapped in a few other macros - see below). The date pulls in from Jira as: Month Day, Year (example: April 04, 2022). However, I want to change it so it appears as Day Month, Year in the Confluence table. I'm not sure what else I need to add.
Here is my SQL.
SELECT 'Key',
FORMATWIKI(SUM('Due')) AS 'Expected Impact Date',
...
