Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lobster shall support codebeamer items without summary #47

Closed
phiwuu opened this issue Jun 27, 2024 · 0 comments · Fixed by #62
Closed

lobster shall support codebeamer items without summary #47

phiwuu opened this issue Jun 27, 2024 · 0 comments · Fixed by #62
Assignees
Labels
lobster-codebeamer Affects codebeamer integration

Comments

@phiwuu
Copy link
Member

phiwuu commented Jun 27, 2024

Currently lobster-codebeamer creates an error message if the codebeamer item does not have a summary, see

req.error("Item lacks a summary text")

However, it is a legit use case to have codebeamer items without a summary. For example, some projects might decide to use only the description in codebeamer, and keep the summary empty. A possible reason for such a decision could be that, the requirements have been migrated from another database into codebeamer, and there was no summary field available in the previous database.

lobster-codebeamer currently creates a message in the resulting JSON file, and lobster-report then ignores the item in the computation of the coverage, and lobster-html-report prints an error message into the HTML report.

Hence I recommend to remove the restriction from lobster-codebeamer.

@phiwuu phiwuu self-assigned this Jun 27, 2024
@phiwuu phiwuu added the lobster-codebeamer Affects codebeamer integration label Jun 27, 2024
TannazVhdBMWExt pushed a commit to vispiron-swe/lobster that referenced this issue Jul 31, 2024
Item summary text guard has been removed

Resolved bmw-software-engineering#47
TannazVhdBMWExt added a commit that referenced this issue Jul 31, 2024
Item summary text guard has been removed

Resolved #47
@phiwuu phiwuu removed their assignment Aug 2, 2024
TannazVhdBMWExt added a commit that referenced this issue Aug 5, 2024
Item summary text guard has been removed

Resolves #47
@phiwuu phiwuu closed this as completed in d59f1ba Aug 5, 2024
@phiwuu phiwuu closed this as completed in #62 Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lobster-codebeamer Affects codebeamer integration
Projects
None yet
2 participants