Welcome to the Jazz Community Forum
bulk update asset lifecycle state in RAM
3 answers

Hi Duong,
Could you explain bit more what you would like to do? I assume that you would like to move all the assets to a new state. Let us know.
Comments

Your assumption is correct. If I need to move a bunch of assets from say "Draft" state to "Review" state without having to manually go into one by one, how would i do it?
Thanks,

The bulk feature from RAM Web Client cannot do that. I would suggest that you take a look at RAM Java API - RAMAsset.

Hi,
you may use RAMAsset.setAction() to fulfill that function.
see Transition the lifecycle state of an asset
you may use RAMAsset.setAction() to fulfill that function.
see Transition the lifecycle state of an asset