Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Requirements management plugin for Trac?

Are there any requirements management plugins out there for Trac? I checked the list on Trac-Hacks and didn't see anything

I'm picturing some functionality like IBM's DOORS system. Basic features include revisioning and change control of requirements, requirements baselining etc.

Update: I suppose I could just use the wiki portion of Trac to document requirements, but this doesn't allow anykind of change sets for the requirements - for example where a single requirement has changed but developers are working against a baseline where the requirement hasn't been updated yet. It also won't allow linking requirements such that when a parent requirement changes, all dependent requirements must be reviewed before the change is accepted (in order to keep dependent requirements in sync).

like image 850
paxos1977 Avatar asked Feb 08 '10 22:02

paxos1977


People also ask

What is requirements management IBM?

IBM® Engineering Requirements Management DOORS® Family is a requirements management application for optimizing requirements communication, collaboration and verification throughout your organization and supply chain.

What is the functionality of requirements management tool RMT?

9. What functionality of Requirement Management Tool (RMT) is depicted by the statement: “the tool should be able to automatically detect relations between artifacts. For example information retrieval techniques, monitoring of change history, naming schemas or model transformations.”

What is a requirements management plan?

A requirements management plan is a document that is typically created alongside the primary project plan as a piece of the scope management process. Its primary purpose is to ensure that all stakeholder and business requirements are captured, analyzed, managed, and addressed by the project plan.


1 Answers

@retracile: thanks for this "how to". I just discovered rmtoo which does text based requirements management... and btw, looking back to it, it has also VCS integration features and, as Trac, is written in Python.

like image 143
Silopolis Avatar answered Oct 12 '22 04:10

Silopolis