Hi,
I have over 1000 issues and tasks in my WBS Gantt chart, which I suppose form my issues backlog. When I drag and drop the set of issues into the respective sprints I created, the issues are no longer in the Gantt chart. What am I doing wrong? Shouldn't I be able to keep my Gantt chart intact along with my sprints? Thanks.
Goff
are you using a filter that includes the sprints? I have a gantt that sounds similar to you. if you want to have a gantt that shows what is in the sprint you could use a filter:
sprint = 1234
or if you want all open and future sprints you could use:
Sprint in (openSprints()) OR Sprint in futureSprints()