Create a Channel in Modern Blueprint That Links To Classic
search cancel

Create a Channel in Modern Blueprint That Links To Classic

book

Article ID: 117734

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

What is the correct syntax to use for linking a channel to internal Clarity PPM project pages such as a

  • Classic Project dashboard
  • Classic Project subpage
  • Classic Classic Task List

Environment

Release: Clarity 15.5 and higher

Resolution

  1. In the New UX, go to Administration->Blueprints
  2. Click on the blueprint you want to add the channel to
  3. Click on 'Modules' then click Edit
  4. Bring the Channel (IE Channel 1) over from the left-hand side to the right-hand window
  5. Double click on the Channel
    • Enter a name for the Channel
    • Enter the URL you want the channel to link to
      • Defining URLs for external application will support these 5 context sensitive parameters as links:
        • Project Code: ${code}
        • Project ID: ${_internalId}
        • Project Manager: ${manager}
        • User Name: ${userName}
        • Project Name: ${name}
      • An example to open a Project Dashboard page would be: yourserver.../niku/nu#action:projmgr.projectDashboard&id=${_internalId} 
      • To link to the subpage of a project in Classic:
        1. Go to the subpage in any project in Classic
        2. Copy the URL
        3. Paste the URL into the channel replacing the internal project ID (5xxxxxx #) listed in the URL anywhere found with ${_internalId}
      • To link to the Classic Task list filtering on certain results:
        1. Go to the task list for any project in Classic
        2. Copy the URL 
        3. Paste the URL into the channel replacing the internal project ID (5xxxxxx #) listed in the URL anywhere found with ${_internalId}
    • Referrer URLs are used when your channel URL is redirected to another authentication link.
  6. Click Preview
    Note:  Those URLs that link to internal IDs will not render correctly in Preview as they cannot pass the project ID.  You will see an error instead.
  7. Publish the Blueprint

Once the project is associated with this Blueprint and the Channel is selected it will open the appropriate project dashboard.

Additional Information

Link to Classic Portlet

See Blueprint Channel Modules security error referencing 'X-Frame-Options'

See: Blueprint channel linking to Classic with look/feel of New UX 

Related Documentation: Edit a Blueprint