-
Notifications
You must be signed in to change notification settings - Fork 8
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-codebeamer
shall support all schema types
#86
Labels
Comments
phiwuu
added
bug
Something isn't working
lobster-codebeamer
Affects codebeamer integration
labels
Oct 1, 2024
SurajBDeore
added a commit
that referenced
this issue
Oct 1, 2024
Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86
SurajBDeore
added a commit
that referenced
this issue
Oct 1, 2024
Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86
SurajBDeore
added a commit
that referenced
this issue
Oct 22, 2024
Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86
SurajBDeore
added a commit
that referenced
this issue
Oct 28, 2024
Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86 Implement review changes Add `NAMESPACE` property to items Add a `NAMESPACE` property to - `Activity` class - `Requirement` class - `Implementation` class add unit tests pylint error resolve Implement review changes Remove extra spaces
SurajBDeore
pushed a commit
that referenced
this issue
Oct 28, 2024
Support different schemas Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86
SurajBDeore
pushed a commit
that referenced
this issue
Oct 28, 2024
Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86
SurajBDeore
added a commit
that referenced
this issue
Oct 28, 2024
Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86 Implement review changes Add `NAMESPACE` property to items Add a `NAMESPACE` property to - `Activity` class - `Requirement` class - `Implementation` class add unit tests pylint error resolve Implement review changes Remove extra spaces lint error
SurajBDeore
added a commit
that referenced
this issue
Oct 29, 2024
Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86
SurajBDeore
added a commit
that referenced
this issue
Oct 29, 2024
Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86
phiwuu
pushed a commit
that referenced
this issue
Oct 29, 2024
Add support to `lobster-codebeamer` to generate output using the following schemas: - requirement - implementation - activity The user can select the schema with a command line flag, or through the configuration file. Issue: #86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
lobster-codebeamer
always uses the schemareq
. Hence it is not possible to download activity or implementation items from codebeamer.The feature request here is to add a configuration parameter to specify the schema of the codebeamer items. That schema shall be used in the output file.
The text was updated successfully, but these errors were encountered: