How do I sort by each parent level when doing a recursive query to look at children?

Donald Schafer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 25, 2022

issueFunction in linkedIssuesOfRecursive("project=wxyz")

 

Seems to list all links to issues.  How do I sort them in Parent order?  

1 answer

0 votes
Patty Land
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.
October 27, 2022

If I understand correctly, you want to order the results of the query in this type of way, right?

Parent

   Child

      Grandchild

Parent

   Child

      Grandchild

      Grandchild

 

If you have access to a plugin like BigPicture or Structure, you could pull in this query as your filter, it will display your issues in a hierarchy, and you can export from this view. If you frequently structure your data in a hierarchy like this using issue links, I highly recommend a plugin like these to give you this hierarchical view of your data.

Suggest an answer

Log in or Sign up to answer