Skip to content

Commit

Permalink
Lobster-codebeamer supports items without summary (#62)
Browse files Browse the repository at this point in the history
Item summary text guard has been removed

Resolves #47

---------

Co-authored-by: Philipp Wullstein-Kammler <[email protected]>
  • Loading branch information
TannazVhdBMWExt and phiwuu authored Aug 5, 2024
1 parent e257617 commit d59f1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@

### 0.9.18-dev

* The `lobster-codebeamer` tool now allows items without summary

* The `lobster-codebeamer` tool now uses codebeamer api v3.
Please note that the api v3 returns the value "Unset" for a codebeamer
item status if the status is actually empty. The api v1 did not return
any value at all for an item with a missing status. This means that the
resulting lobster file will now contain "Unset" as status information,
too, instead of `Null`.

### 0.9.18-dev



### 0.9.17

* The `lobster-python` tool now adds the line number to the function
Expand Down
3 changes: 0 additions & 3 deletions lobster/tools/codebeamer/codebeamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ def to_lobster(cb_config, cb_item):
text = None,
status = status)

if "name" not in cb_item:
req.error("Item lacks a summary text")

return req


Expand Down

0 comments on commit d59f1ba

Please sign in to comment.