Hi,
I am using the Jira Issues macro on a Confluence page to display some custom fields from the my Epics, along with the assigned Due Date. My challenge is the when the macro table is displayed, it seems the issues are sorted by newest to oldest by default. I would like to set the sort order to be oldest to newest on the page (by Due Date).
I can't seem to conclusively determine if this capability exists or not with the macro.
Any help or guidance would be greatly appreciated.
Hi Fabian,
The simplest answer was the best. I was looking at it the wrong way - trying to manipulate the macro. As suggested above, I looked at the JQL angle.
On my first attempts (when I posted) the JQL I was using was not giving me the desired sort. Long story short, I corrected my JQL and all is good. The sort order is correct and the macro in Confluence displays the info in the order I need.
Thanks all for supporting the 'noob'!
- Erik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ejanis ,
If it happens so that you use our app that is Table Filter and Charts for Confluence in your company, then you may also use its Table Filter macro for filtering your Jira Issues as well.
Such dynamic macros are fully supported by our app and you'll be able to use date range filters for your case on the fly from the page view mode. It will simplify your result table.
To set a default sorting of the Jira Issues macro is better with the help of the JQL as was suggested in the previous answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
As this thread mentions our Table Filter and Charts for Confluence app, we are happy to introduce its new macro – Table Spreadsheet.
The macro allows you to work with fully functional Excel spreadsheets right in Confluence.
You’ll be able to use cells’ formulas, filters, conditional formatting, etc., create pivot tables and charts from the page view and edit modes.
The Table Spreadsheet macro is available for Cloud and Server/Data Center.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to just click on the Due Date column and it will sort it for you, or as @Fabian Lim said you could update the JQL to sort by due date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.