Add Assignee Column

Modified on Mon, 28 Jul at 12:19 PM

Assigning responsibility is essential to ensure proper tracking and accountability. This article explains how to configure the Assignee column in the Risksheet, enabling teams to clearly see who is responsible for each task item. Whether you’re customizing your risk management view or improving traceability, this guide walks you through the required column settings step by step.




TABLE OF CONTENTS


Configuration


To add an assignee column for Risk item or Downstream Column (task).

... 
   },
    {
      "headerGroup": "Mitigations",
      "headerGroupCss": "headMitigations",
      "headerCss": "headMitigations",
      "header": "Assignee",
      "bindings": "task.assignee",
      "id": "taskAssignee",
      "type":"ref:user",
         "typeProperties": {
               "userRole":"project_assignable"
         },
      "width": 100
    },


Focus on this part:

         "bindings": "task.assignee",
         "type":"ref:user",
         "typeProperties": {
               "userRole":"project_assignable"
         },


Where bindings can be "assignee" for risk items, or "DOWNSTREAMITEMID.assignee".


For any assistance, please don’t hesitate to reach out by submitting a ticket here.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article