Hi there, I would like to download all tickets relating to a certain project (epic ticket) to excel for a status review with my project team. Does anyone know if and how to do that?
Thanks
Sofia
Hi @Sofia Schramm -- Welcome to the Atlassian Community!
You can do that with a query on the Issues and Filters view. Your query would be something like this:
project = MyProject
AND (key = MyEpicKey OR "Epic Link" = MyEpicKey)
ORDER BY Key
Then you can export the results to a CSV file and open it with Excel.
Best regards,
Bill
Thanks. I also found a YouTube video explaining how to. I will play around with that :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.