---
title: "\"ORDER BY\" JQL is not supported by the app"
canonical: "https://support.appfire.com/space/DLP/2212300785/%22ORDER%20BY%22%20JQL%20is%20not%20supported%20by%20the%20app"
format: markdown
---
> Macro (aura-html)

JQL related to the order in which tasks are displayed conflicts with how the module shows tasks - therefore, it can’t be executed. 

For example:

```
order by "Start date" ASC
```

## Jira Server

The query isn't executed at all. The syntax must be fixed ("ORDER BY" removed from the search or a Quick Filter accordingly). Afterward, the query can be run again. 

```
"ORDER BY" JQL keyword is not supported by the App and the query wasn't executed - remove "ORDER BY" from syntax.
```

## Jira Cloud 

"ORDER BY" JQL is ignored, but the rest of the query is executed normally. 

```
"ORDER BY" JQL keyword is not supported by the App and was ignored. The rest of the query was executed.
```


:info:** This restriction applies to both JQL-based ****[Quick Filters](https://appfire.atlassian.net/wiki/spaces/DLP/pages/2211840523)**** and manual use of JQL related to ****[search functionality](https://appfire.atlassian.net/wiki/spaces/DLP/pages/298060889)****.**