Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

In a S-JQL command the ASC or DESC makes no difference if run from Confluence

Dean Page January 12, 2015

This is the code that I used, but the ASC or DESC makes no difference

 

issue in structure("new project","[ issuetype = 'Project Milestone ' ORDER BY duedate ASC]")

 

The JQL command does sort if run on its own

 

issuetype = "Project Milestone " ORDER BY duedate ASC

1 answer

0 votes
Boris Berenberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 12, 2015

Are you sure that this isn't a problem with how Structure is handling it? Maybe rewrite the query as:

issue in structure("new project","[ issuetype = 'Project Milestone ']")
ORDER BY duedate ASC
Dean Page January 13, 2015

This worked perfectly.  I bow to your genius.  Thanks!!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events