Skip to main content

IBM DOORS

IBM has two products with the DOORS name. Roboticks integrates with both, but they have different ReqIF workflows.

Connector type and pricing

You bring the DOORS license. Roboticks talks ReqIF only.

DOORS Classic workflow

DOORS Classic has no first-party ReqIF support. The community-standard path is IBM Rational ReqIF Studio (sometimes shipped as DOORS-RIF), which exports modules to ReqIF and imports them back.

Setup

1

Install ReqIF Studio

Get it from your IBM Passport Advantage portal. It’s a Windows-only Eclipse-based tool.
2

Export a module

Open the DOORS module in ReqIF Studio → Export → ReqIF. Save the .reqif file. For modules with embedded OLE objects (rare in modern DOORS use), the export also produces a .reqifz zip.
3

Upload to Roboticks

4

Export back and re-import via ReqIF Studio

Open the exported file in ReqIF Studio → Import → Merge into module.

DOORS Classic field mapping

DOORS Next workflow

DOORS Next has native ReqIF — you can export from the web UI or via the OSLC REST API.

Setup

1

Add the connector in Roboticks

Settings → Integrations → Requirements → Add → DOORS Next.
2

Get an OSLC export URL

In DOORS Next: open the module → Configurations → Stream → Export → ReqIF → API URL.
3

Author a DOORS Next field mapping

CI recipe (DOORS Next)

DOORS-specific quirks

Object IDs vs Absolute Numbers

DOORS Classic distinguishes the human-friendly Object Identifier (e.g., REQ-001) from the immutable Absolute Number. Use Absolute Number as id for stable round-trip; surface Object Identifier as a separate field if humans expect to see it.

OLE objects in DOORS Classic

If your DOORS modules embed Word/Excel objects in Object Text, ReqIF Studio extracts them as attachments inside the .reqifz bundle. Roboticks ingests the bundle, stores attachments, and surfaces them in the requirement detail view — but they’re not searchable text.

DOORS Next configurations

DOORS Next has a Streams-and-Baselines configuration management model. Always export from a named stream (not the default), and pass the stream’s name as --baseline to Roboticks so the configuration round-trips:
DOORS Classic models links via separate Link Modules (one per relationship type). DOORS Next uses typed links inline. The field mapping handles both via the link_modules / link_roles keys.

Round-trip caveats

Object Text is rich-text DOORS DXL. ReqIF Studio converts to XHTML; Roboticks converts to Markdown for storage and back to XHTML on export. Headings, lists, bold/italic, links survive. Tables, embedded objects, in-line images don’t round-trip cleanly.
Always pin to a baseline for round-trip. Working off the mutable default stream means the ID-to-content mapping can shift mid-sync.
If your DOORS module is augmented by DXL scripts post-import (e.g., auto-numbering), run them after the Roboticks re-import or wire the script to the import event.

Validation

Troubleshooting

Modules over ~5000 objects strain the Eclipse heap. Edit ReqIFStudio.ini: -Xmx8g. Or split the module via DOORS view filters and export in chunks.
Use a Functional ID (technical user) — interactive sessions expire and SSO redirects break the API call. The connection’s Connection ID is configured in DOORS Next → Admin → Functional IDs.

Next

Polarion

The other big mature RM tool.

rbtk requirements

Upload, coverage, export.