I have a need to pull all stories and their linked tasks. I cannot do this on the board as some tasks are linked to multiple stories. Is there a way I can pull this info? If I can pull each story with it's linked tasks I could export to an excel sheet.
You can write a query to pull the source issues. If you change the results view to List, you can add the column for Linked Issues.
If you then Export the results as a CSV file, you will get a row for each source issue and the Linked Issue IDs will each be listed, comma separated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.