How to get there:
#postkey (post not found) in any post description or comment, where postkey is the post's portal_post_key (visible in the post URL).ProductLift gives you two ways to connect posts. They serve different jobs.
Use this when you want a formal relationship that shows up in a dedicated panel on both posts. Common when planning dependencies or marking duplicates.
The reverse direction shows automatically on the target post.
Hover the linked entry in the panel, click the remove icon. The reverse link disappears from the other post.
#postkey (post not found))Use this when you want to reference another post in flowing text (description, comment, status update). The mention renders inline as a card showing the linked post's title and short description, with a click-through.
In the post or comment body, write #abc123 (post not found) where abc123 is the portal_post_key of the post you want to mention. The key is the short ID at the end of the post URL.
Example: in the URL https://yourportal.com/p/dark-mode-aB3xQ, the key is aB3xQ.
You can also mention users with <@user-key> (a UUID), which renders as a profile link.
| Goal | Use |
|---|---|
| Show a structured dependency or duplicate on both posts | Linked Posts panel |
| Drop a clickable reference in flowing text | Inline #key (post not found) mention |
| Manage build order across an epic | Linked Posts panel (Parent/Child) |
| Point a comment at another post | Inline #key (post not found) mention |
The two systems are independent. Adding an inline mention doesn't create a typed link, and vice versa.