Hi,
Im working on a project where I have made a custom filter to display all items in the projects backlog. (issuetype != Epic AND resolution = Unresolved AND (Sprint = EMPTY OR Sprint not in (openSprints(), futureSprints())) AND status = Open ORDER BY created ASC)
The ORDER BY works fine when I view it on Jira, however after I send it out via email the results in the email show in a seemingly random order. I was wondering if anyone knew how to solve this?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.