Duplicating a Issue Queue?
I have a project set-up as a master queue for users to request projects of our group. It has a rather developed/complex decision tree so that requests (issues) are routed to the correct team to help them. It is open to all the users of our instance and now contains hundreds of requests.
We're planning to make some changes, and I want to duplicate this queue, hide it from all but my test users, then use it for a testbed.
Just as I was about to blindly do this, it occurred to me:
- I don't want to duplicate all the existing issues in this project/queue.
- I don't want a bunch of duplicate/spurious notifications to be suddenly sent-out from this bogus queue.
Is this possible?
Or am I better off just creating a queue from scratch and reproduce just one branch of decisions for my testing/demo purposes?