openfasttrace icon indicating copy to clipboard operation
openfasttrace copied to clipboard

Open source requirement tracing suite

Results 75 openfasttrace issues
Sort by recently updated
recently updated
newest added

**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...

feature

**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...

feature

**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...

feature

**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...

feature

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...

refactoring

# 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...

feature

**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...

feature

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...

# 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:...

bug