User stories in epic with sprints

Poonam December 29, 2020

I need to create a list of user stories with their sprints within an epic, how to get this view?

1 answer

0 votes
Bill Sheboy
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.
December 29, 2020

Hi @Poonam  -- Welcome to the Atlassian Community!

You could use an issue filter to return the items, substituting in your project and epic:

project = myProject AND ("Epic Link" IN (myEpicKey) OR key = myEpicKey) ORDER BY Key

And add sprint to the displayed columns.

Best regards,
Bill

Suggest an answer

Log in or Sign up to answer