googleapis / googleapis/google-api-nodejs-client
TagManager API - Workspaces: getStatus endpoint not returning any information for Custom Templates
- 主要言語
- TypeScript
- スター
- 12.2k
- フォーク
- 2k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 24
説明
#### Environment details
- OS: Windows 10
- Node.js version:
- npm version: 6.14.15
- `googleapis` version: ^95.0.0
#### Steps to reproduce
1. Call tagmanager.accounts.containers.workspaces.getStatus on a workspace which has outstanding template changes
2. workspaceChange array should have an object include both the changeStatus as well as an object containing the entity being changed under the name of that entity type
- `{ "changeStatus": "added", "tag": { "tagId": "1", "name": "Some Tag" } }`
3. Instead, custom templates only show a change status, but no specific entity
- `{ "changeStatus": "added" }`
コントリビューションガイド
調査の方向性
まず、カスタムテンプレートに未反映の変更がある workspace に対して accounts.containers.workspaces.getStatus を再現し、workspaceChange のレスポンスを調査します。カスタムテンプレートのエントリに changeStatus と変更されたエンティティの両方が含まれ、他のエンティティタイプで示されている動作と一致すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- nodejs, typescript
- 領域
- api
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100