At work we use Atlassian JIRA as our ticket system internally between the various teams. I have various widget setup to watch predefined JIRA filters on my dashboard, however I wanted to be able to sort the widget content by multiple columns.
By default the filter only sorts on a single column, however you can add a second sort by using Atlassian query language syntax like so:
assignee = afore AND resolution = Unresolved ORDER BY priority DESC, updatedDate DESC
![jira-filter-jql-sort_20180918_162625-9501894](https://arfore.com/wp-content/uploads/2018/11/jira-filter-jql-sort_20180918_162625-9501894.png)