Search code examples
azure-devopsazure-devops-rest-apirestibm-doors

Rest APIs available for IBM DOORS NG similar to Azure Devops Rest APIs?


We will be doing an evaluation of a suitable ALM tool for our project and the management is keen on IBM DOORS Next Generation. Currently, We already use Azure Devops for Devops, Testing and Automation testing Integration with TestComplete.

Since we work in regulated Industry, We are also writing some custom tools using Azure Devops Rest API and C# to generate traceability matrix, Test reports etc. that are mandatory and the Rest API documentation from Microsoft is really good for this purpose.

I would like to know if there are similar capabilities in IBM DOORS NG to automate the reporting based on custom templates etc. I tried searching in the net but could not find much information yet. So, any pointers will be appreciated.


Solution

  • You can check out below APIs to integrate with DNG

    OSLC RM V2 API : the open standard way to programmatically integrate with DOORS Next Generation

    Reportable REST API: for reporting purposes, only reading artifacts

    TRS 2.0 - the OSLC Tracked Resource Set open standard REST API

    Client side extension capability

    Check here for more information.