次の方法で共有


GitHubConnectionCreateRequest interface

新しいGitHub接続を作成するためのモデルをリクエストします。 既存のServiceEndpointが必要です(まずServiceEndpoint APIを使って作成してください)。

プロパティ

gitHubRepositoryUrls

接続に含めるGitHubリポジトリのURL一覧。 例:["https://github.com/owner/repo1", "https://github.com/owner/repo2"]

gitHubUserToken

接続に追加されるリポジトリへの書き込みアクセスを持つ細かいGHユーザートークンです。

serviceEndpointId

認証に使う既存のサービスエンドポイントのID。 まずServiceEndpoint APIを使ってBoards接続用のInstallationTokenスキームを使ってServiceEndpointを作成します。

プロパティの詳細

gitHubRepositoryUrls

接続に含めるGitHubリポジトリのURL一覧。 例:["https://github.com/owner/repo1", "https://github.com/owner/repo2"]

gitHubRepositoryUrls: GitHubConnectionRepoModel[]

プロパティ値

gitHubUserToken

接続に追加されるリポジトリへの書き込みアクセスを持つ細かいGHユーザートークンです。

gitHubUserToken: string

プロパティ値

string

serviceEndpointId

認証に使う既存のサービスエンドポイントのID。 まずServiceEndpoint APIを使ってBoards接続用のInstallationTokenスキームを使ってServiceEndpointを作成します。

serviceEndpointId: string

プロパティ値

string