The "Contacts" section includes people happy to contact you regularly, their companies, and a list of segments you can provide them. That way, your engineers or designers can directly contact customers to get real feedback on a feature idea.
Using CMD + K, you can very quickly search for the right company or user to get an overview of what problems they are still waiting to be solved for them.
Another beautiful feature in Productlane is that you can view all requests from all people within a certain company at a glance. On the company details, you can see all requests on the left, and on the right you see all linked Linear issues and projects of every person in that company.
When you have duplicate company records you can merge them into one. The merge combines everything from the source company into the target company and then deletes the source.
Open the company you want to keep (the target).
Click the ⋯ menu in the top bar and select Merge.
In the dialog, search for and select the duplicate company (the source).
Use the switch button to swap which company is the source and which is the target if needed.
Review the preview — it shows how properties, requests, contacts, and upvotes will look after the merge.
Type merge in the confirmation field and click Merge companies.
Threads & upvotes — all threads and upvotes from the source move to the target.
Contacts — all contacts from the source move to the target.
Properties — the target's existing values are kept. Only empty fields on the target (status, tier, owner, revenue, size, logo) are filled from the source.
Domains & external IDs — combined from both companies (duplicates removed).
Linear customer — if both companies are linked to different Linear customers, Productlane also merges them in Linear so customer needs carry over.
After the merge the source company is permanently deleted. This action cannot be undone.
You can also merge companies programmatically via the v2 API:
POST /api/v2/companies/{id}/merge
Pass the source company ID in the request body as source_id. The path {id} is the surviving (target) company. Requires the companies:write scope. See the full API guide for details.