-
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 query strings
#87
Labels
lobster-codebeamer
Affects codebeamer integration
Comments
mugdhadhole1
added a commit
that referenced
this issue
Dec 16, 2024
GitHub issue: #87 Query string (CBQL query) can be now passed as a command line argument to the lobster codebeamer tool
mugdhadhole1
added a commit
that referenced
this issue
Dec 16, 2024
GitHub issue: #87 Query string (CBQL query) can be now passed as a command line argument to the lobster codebeamer tool
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of providing a codebeamer query ID to
lobster-codebeamer
, I want to specify the query string (in cbQL) directly. The advantage is that, I have code ownership over the query string in the git repository of the lobster CI job. This is not possible with the content of a query ID, as there is no concept like "code ownership" or "review" in codebeamer admin pages.Currently
lobster-codebeamer
uses the endpoint/v3/trackers/{tracker id}/reports/{reportId}/items
.The new feature shall use the endpoint
/v3/items/query
.The text was updated successfully, but these errors were encountered: