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-codebeamer shall support upstream references #45

Closed
phiwuu opened this issue Jun 26, 2024 · 1 comment · Fixed by #68
Closed

lobster-codebeamer shall support upstream references #45

phiwuu opened this issue Jun 26, 2024 · 1 comment · Fixed by #68
Assignees
Labels
lobster-codebeamer Affects codebeamer integration

Comments

@phiwuu
Copy link
Member

phiwuu commented Jun 26, 2024

There is no way to verify the traces from codebeamer requirements to other codebeamer requirements, because the output file of lobster-codebeamer does not contain a refs section.

Below is an excerpt of an example codebamer.lobster file that now contains a ref section:

  "data": [
    {
      "tag": "req 649259",
      "location": {
        ...
      },
      "name": "example requirement",
      "messages": [],
      "just_up": [],
      "just_down": [],
      "just_global": [],
      "framework": "codebeamer",
      "kind": "Technical Requirement",
      "text": null,
      "status": "Valid"
      "refs": [
        "req 12345",
        "req 67890"
      ],
    },

This requires some kind of configuration. In the above example the codebeamer item 649259 can have an attribute called derived from, and contains links to items 12345 and 67890.

Furthermore, there is no way to specify the following values:

  • just_up
  • just_down
  • just_global

I have created #50 for these configuration parameters. The current ticket shall only focus on the refs section.

@phiwuu phiwuu added the lobster-codebeamer Affects codebeamer integration label Jun 26, 2024
@phiwuu phiwuu pinned this issue Jun 26, 2024
@phiwuu phiwuu self-assigned this Jul 9, 2024
@phiwuu
Copy link
Member Author

phiwuu commented Jul 9, 2024

Note: We should implement #49 first.

@phiwuu phiwuu assigned TannazVhdBMWExt and phiwuu and unassigned phiwuu Jul 9, 2024
@phiwuu phiwuu removed their assignment Aug 2, 2024
TannazVhdBMWExt added a commit that referenced this issue Aug 7, 2024
An optional config file as argument has been added to lobster-codebeamer.
This config file should includes a list of upstream references and respective cb-fieldNames

Resolves #45
TannazVhdBMWExt added a commit that referenced this issue Aug 7, 2024
An optional config file as argument has been added to lobster-codebeamer.
This config file should includes a list of upstream references and respective cb-fieldNames

Resolves #45
TannazVhdBMWExt added a commit that referenced this issue Aug 7, 2024
An optional config file as argument has been added to lobster-codebeamer.
This config file should includes a list of upstream references and respective cb-fieldNames

Resolves #45
TannazVhdBMWExt added a commit that referenced this issue Aug 7, 2024
An optional config file as argument has been added to lobster-codebeamer.
This config file should includes a list of upstream references and respective cb-fieldNames

Resolves #45
@phiwuu phiwuu closed this as completed in #68 Sep 2, 2024
@phiwuu phiwuu closed this as completed in 1676333 Sep 2, 2024
@phiwuu phiwuu unpinned this issue Sep 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
Development

Successfully merging a pull request may close this issue.

2 participants