• We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Currently, sub-tasks are ordered in the parent view by creation time, and can be moved up or down in the list by clicking on the arrows. When lists of sub-tasks becomes long, it is quite tedious to reorganize, especially when adding new higher priority sub-tasks (they start at the bottom of the list).

      It would be nice to have a feature that allows sub-tasks to be inserted at a desired position in the list, and possibly a number of sub-tasks to be moved/inserted as a bulk operation.

            [JRASERVER-8053] Reorganize sub-task order within the parent task

            @Chris
            I did. I installed a chrome plug in that let me drag and drop it in my desired order. 
            https://github.com/gaerar/jira-subtask-sortable

            Hector Catre added a comment - @Chris I did. I installed a chrome plug in that let me drag and drop it in my desired order.  https://github.com/gaerar/jira-subtask-sortable

            Chris S added a comment -

            @Hector did you find out a way to recreate the order for the sub-tasks as found on the parent issue?

            Chris S added a comment - @Hector did you find out a way to recreate the order for the sub-tasks as found on the parent issue?

            Is there any way to reproduce the re-sorted sequence order of sub-tasks within a story in Issue Search? 

            I've figured out parent = <story key ID> will generate a list of all of the sub-tasks under that key ID, but I can't figure out how to sort by the sequence order. 

            Hector Catre added a comment - Is there any way to reproduce the re-sorted sequence order of sub-tasks within a story in Issue Search?  I've figured out  parent = <story key ID>  will generate a list of all of the sub-tasks under that key ID, but I can't figure out how to sort by the sequence order. 

            Corentin Méhat added a comment - - edited

            I managed to use the EXOCET plugin to create a new "data-panel" in order to do so :
            https://valiantys.atlassian.net/wiki/display/EXO/Display+Advanced+data+panels

            the JQL used to show the subtasks of the current task beeing :

            issuetype in subTaskIssueTypes() ORDER BY "myCF"
            

            Corentin Méhat added a comment - - edited I managed to use the EXOCET plugin to create a new "data-panel" in order to do so : https://valiantys.atlassian.net/wiki/display/EXO/Display+Advanced+data+panels the JQL used to show the subtasks of the current task beeing : issuetype in subTaskIssueTypes() ORDER BY "myCF"

            If anyone is tired with this issue you can use this WORKING solution. I managed to improve a plugin for reordering subtasks with drag n'drop created by anorakgirl. I managed to get this working without reloading the page while reordering subtasks (Jira 6.x only, on Jira 5.x it reloads the page but still it is way more convenient than using arrows) and I added clear visual handle for dragging. You can find the plugin here https://github.com/czerwiu/subtask-dragger (source and binary, install-ready jar). Works like a charm. It is forked from original anorakgirl's version.

            Pawel Czerwinski added a comment - If anyone is tired with this issue you can use this WORKING solution. I managed to improve a plugin for reordering subtasks with drag n'drop created by anorakgirl. I managed to get this working without reloading the page while reordering subtasks (Jira 6.x only, on Jira 5.x it reloads the page but still it is way more convenient than using arrows) and I added clear visual handle for dragging. You can find the plugin here https://github.com/czerwiu/subtask-dragger (source and binary, install-ready jar). Works like a charm. It is forked from original anorakgirl's version.

            Martin, you've resolved this issue as "Answered", but I think "Won't Fix" would be the more correct choice, and it would allow us to query for these types of requests in future.

            Kavian Moradhassel added a comment - Martin, you've resolved this issue as "Answered", but I think "Won't Fix" would be the more correct choice, and it would allow us to query for these types of requests in future.

            Many thanks for reporting this issue, however this is not something we plan to add to JIRA at this time.

            We are considering showing the display of sub-tasks by priority so please follow the related issue for progress: JRA-24547

            Regards,
            Martin
            JIRA team

            Martin (Inactive) added a comment - Many thanks for reporting this issue, however this is not something we plan to add to JIRA at this time. We are considering showing the display of sub-tasks by priority so please follow the related issue for progress: JRA-24547 Regards, Martin JIRA team

            @hanzmenzi you are the one! It's totally working!

            Right click on the arrow, copy link address and paste in the bar, then you indicate the values.

            Important: The sequence is 0 based.

            Ramiro Pointis added a comment - @hanzmenzi you are the one! It's totally working! Right click on the arrow, copy link address and paste in the bar, then you indicate the values. Important: The sequence is 0 based.

            I have entered this function within the "viewissue.jsp" page and now you can reorder the sub-tasks via drag and drop. My issue is that the numbers do not reorder unless you do a page refresh. Any suggestions on how to address this. Thanks.

            Chris Smith added a comment - I have entered this function within the "viewissue.jsp" page and now you can reorder the sub-tasks via drag and drop. My issue is that the numbers do not reorder unless you do a page refresh. Any suggestions on how to address this. Thanks.

            @James Titcumb:

            Thanks for your advice. I'm already using it.
            I just left the comment above to get some attention for this issue.

            Cheers,
            Patrick

            Patrick Metz added a comment - @James Titcumb: Thanks for your advice. I'm already using it. I just left the comment above to get some attention for this issue. Cheers, Patrick

              Unassigned Unassigned
              5cda7d3b902b Adriano Bertucci
              Votes:
              74 Vote for this issue
              Watchers:
              34 Start watching this issue

                Created:
                Updated:
                Resolved: