You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part of the work for integrating ChromeStatus with IssueTracker API in order to create and reference security review bugs. A number of requests to the OT API will need to be implemented as a ChromeStatus client.
Two new fields should be added to the FeatureEntry kind: continuity_id: integer security_bug_id: integer
This is part of the work for integrating ChromeStatus with IssueTracker API in order to create and reference security review bugs. A number of requests to the OT API will need to be implemented as a ChromeStatus client.
Two new fields should be added to the FeatureEntry kind:
continuity_id
: integersecurity_bug_id
: integerExample for adding a new field (this example is adding a field to the Stage kind, however).
This will require creating a new file similar to origin_trials_api.py.
These actions will need to be handled:
For each of these actions, a new function should be added to origin_trials_client.py that will be used by the new API endpoints.
The text was updated successfully, but these errors were encountered: