As you rightly point out, bulk actions are only available for Cases.
- List views
- Insights
Pega Docs, confirms the same https://docs.pega.com/bundle/platform/page/platform/case-management/transferring-assignment.html
Another article talking about implementation details Constellation Tips: Bulk Transfer Assignment , in the replies it also talks about how to target individual assignments but it still needs to you use the native bulk actions on cases.
I have not seen anyone solve this, so be keen on the communities experience. In my opinion, in order of preference:
- Wait for Infinity '26 - there are changes coming that should natively allow this at the assign- level
- Case level - Use a list view or insight, with the transfer action to transfer just these type of assignments
- Create a “bulk transfer” case - This would be a case that could reference your existing list view then execute the activity on all the assignments.
- Create a “bulk transfer” custom DX component - this would need to manage each individual assignment transfer, as there is no POST /assignments/bulk-actions in DX API right now. From what I can see, this is one of the things that '26 will introduce.
Would be curious on others experience here!

