get_issue_participants READ 操作を追加する - #38
Merged
Merged
Conversation
## 概要 個別課題の参加者一覧をアーカイブ用途で取得できるよう、Node 固有の `get_issue_participants` READ 操作を追加します。あわせてリリース版を `0.7.10` に更新します。 ## 変更内容 - `backlog-js#getIssueParticipants` を、既存の issue ID/key 解決・organization・ permission・dry-run・fields・trace・verbose 契約に接続 - Backlog ユーザーの出力スキーマ、操作カタログ、CLI discovery、runtime export、 トレーサビリティを更新 - 正常取得、ID/key fallback、dry-run 入力エラー、上流エラー、verbose の 個人情報非出力をテスト - package、lockfile、製品メタデータ、文書、生成マッピングを `0.7.10` へ同期 ## 確認事項 - `npm run typecheck` - `npm run trace:refresh` - `npm test`(63件成功) - `npm run smoke:node` - `git diff --check`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
個別課題の参加者一覧をアーカイブ用途で取得できるよう、Node 固有の
get_issue_participantsREAD 操作を追加します。あわせてリリース版を0.7.10に更新します。変更内容
backlog-js#getIssueParticipantsを、既存の issue ID/key 解決・organization・ permission・dry-run・fields・trace・verbose 契約に接続0.7.10へ同期確認事項
npm run typechecknpm run trace:refreshnpm test(63件成功)npm run smoke:nodegit diff --check