Multiple Downstream Work Item Types

Modified on Mon, 21 Mar 2022 at 07:48 AM

You may wish to track more than just one downstream work item type, e.g. Task and Issue:



To do so:


1) setup multiple types in risksheet.json so that you use comma separated list in "type" property

  "dataTypes": {
    "risk": {
      "type": "risk"
    },
    "task": {
      "type": "task,issue",
      "role": "mitigates",
      "name": "Task",
      "zoomColumn": "taskTitle"
    }
  },



2) add a column that shows the "type" column, i.e. the binging is set to DOWNSTREAMID.type

Note: please make the column readonly, you would still be able to set the type for new objects. 

It is not possible to change type for existing objects.

      {
        "headerGroup":"Mitigations",
        "headerGroupCss":"headMitigations",
        "headerCss":"headMitigations",
        "header": "Type",
        "bindings": "task.type",
        "readOnly":true,
        "minWidth": 170		
      },

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 atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article