Can I order subtask directly under main task

Marcel Kleinlütke
Contributor
November 29, 2024

I tried to order:

  • Maintask-123
    • Subtask 1
    • Subtask 5
  • Maintask- 234
    • Subtask 2
    • Subtask 3

but ordering is not working out.

I tried ORDER BY parent
any other ideas?

1 answer

0 votes
Marc - Devoteam
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.
November 29, 2024

Hi @Marcel Kleinlütke 

No sub-tasks relate to a main task

A sub-taks gets create from a main task and will inherit that task as its parent, if you need your sub-task to be under another parent, use the move option.

Marcel Kleinlütke
Contributor
November 29, 2024

right now they are sorted like this:


  • Maintask-123
  • Maintask- 234
  • Subtask 1
  • Subtask 2
  • Subtask 3
  • Subtask 4




    What I would like is that a subtask relating to a parent should be sorted under the main task in a specific filter with ORDER BY parent or sth else working
Marc - Devoteam
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.
November 29, 2024

Hi @Marcel Kleinlütke 

I see where you are at, JQL has no order by parent option.

In the List option on the project you will be able to see it like this, but not in the Issue via, as this is the search option and this doesn't use hierarchy in its view.

Suggest an answer

Log in or Sign up to answer