Situation
Some users like to apply a status to OFT specification items.
OFT supports:
- "Draft" which means work in progress
- "Proposed" indicates maturity for approval review
- "Approved" which is the default if no status is defined in an item
- "Rejected"
"Rejected" is special, since that only makes sense to keep if you want to have the complete history in one document even the requirements that did not make it or were removed.
OFT can filter for this. By default only approved items are traced. Everything else is treated as FYI.
But some workflows like to trace draft or proposed too, so the IntelliJ plugin should support this.
Acceptance Criteria
- There is a check box for each status
- In the run config templates, approved is selected by default
- The GUI ensures that at least one status is selected.
Situation
Some users like to apply a status to OFT specification items.
OFT supports:
"Rejected" is special, since that only makes sense to keep if you want to have the complete history in one document even the requirements that did not make it or were removed.
OFT can filter for this. By default only approved items are traced. Everything else is treated as FYI.
But some workflows like to trace draft or proposed too, so the IntelliJ plugin should support this.
Acceptance Criteria