Skip to main content
Question

Link / URL to Views

  • May 21, 2025
  • 1 reply
  • 121 views

Forum|alt.badge.img+2

Hello,

We’re trying to find a way to get a link / URL to a specific view (e.g. ‘Open Risks’) which has a dynamic filter based on the work item it’s being run on.

We’ve achieved similar things when referencing someone who has a “role” on an item (e.g. Risk Owner), but wanted to use a Work Item or Project as a filter / parameter maybe when clicking the link from a Project records, it opens the ‘Open Risk’ view but then filters it on the project we are running

We’ve tried GetModuleViewUrl which works to return a view, however we can’t find a way to get the filter to dynamically change depending on the object (e.g. Project) it’s being run / accessed from.

Is this possible? 

Many Thanks,

Sean

 

This topic has been closed for replies.

1 reply

Aayush
Planview Falcons
Forum|alt.badge.img+4
  • Community Manager
  • August 11, 2025

Hello ​@Sean.Barber - To achieve dynamic filtering of a view based on the work item or project it is being accessed from, you can use the Contextual Search and Advanced Filter functionality. This allows you to define specific filters for a view, which can include work item states, roles, and other criteria. Once these filters are set, the view can be saved as a default for a specific context, such as a project. 

While the GetModuleViewUrl function can return a URL for a specific view, it does not inherently support dynamic filtering based on the object context like a project or work item. However, you can create a custom text field as a formula based on the current object to generate a hyperlink that includes the URL and dynamically adjusts based on the current object context. This involves using HTML to construct the link, as described in the Document Publisher section.