I have created 40+ tasks in my project under four (4) Epics (the major lines of effort for the project). I want to put all the tasks on the backlog so they can be assigned to a sprint. They only show up in the Issues tab.
simply construct a query that results in all of the issues you want and ideally only those issues. Then do a bulk edit to set the status.
e.g - project = abc AND "Epic Link" in (epic1, epic2, epic3, epic4) AND any-other-relavent condition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.