// Developer reference is at api.fibery.io/#action-buttons
// Fibery API is used to retrieve and update entities
const api = context.getService('fibery');
await Promise.all(args.currentEntities.map((e) =>
    api.addCollectionItem(e.type, e.id, "Assignees", args.currentUser.id)));
            @alex.mart We will think about it.
Fixed. Now message about successful execution disappears after 2 seconds
              
              
              1 Like
            
            
          