How can I export stories in a future sprint not yet started? I click on the ... and export is not an option
Thanks!
I would write a JQL query in the Search screen and specify which sprint you want to use, then export the result set. You can use the typeaheads in the JQL (Advanced) view to figure out which sprint ID to use.
Hope this helps
Hi @Frank DeLosa ,
Do you want to list of stories from future spirints ? If yes, you can try with below query.
issuetype = Story and Sprint in futureSprints()
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.