openfasttrace
openfasttrace copied to clipboard
Open source requirement tracing suite
**Description** These days more and more documents are written in ReST format (especially in the open source projects), whereas at the moment, OFT expects a document to be written in...
**Is your feature request related to a problem? Please describe.** Working with openfasttrace and coverage.xml files in various programming languages is a pain. As OFT always gets a hickup when...
**Is your feature request related to a problem? Please describe.** Currently OFT decides on the file name which importer to use. This means that only one importer (i.e. `SpecobjectImporterFactory') can...
**Is your feature request related to a problem? Please describe.** Sometimes the default settings of OFT don't fit your project. **Describe the solution you'd like** To allow overriding the standard...
Before releasing the project version must be updated in at least 10 places. To ensure consistent documentation we should include the [artifact-reference-checker](https://github.com/exasol/artifact-reference-checker-maven-plugin/) into the build and describe it in the...
ReqM2 importer cannot match linksto ids without type integrated into the id (which is valid ReqM2)
# Description if the ReqM2 importer sees something like the following: ``` /path/to/some/file.cpp approved /path/to/some/file.cpp 13 1 swdd.some_specobject_id 1 ``` it emits a warning > WARNING: Name 'swdd.some_specobject_id' does not...
**Is your feature request related to a problem? Please describe.** I have a project where some requirements are implemented via settings recorded in an XML configuration file. OFT currently does...
The Eclipse uProtocol project would like to adopt OpenFastTrace. All of its requirements and design specifications are written in AsciiDoc. It would be great, if we could keep these files...
Closes #413
# Description OFT parsing of tags is inconsistent as discovered by @RobertZickler in #419. ## Steps to Reproduce Create requirements in a Markdown document with the following content: ```md Tags:...