_SvIncludePlusContent-_DP_Schema_PR_Bitbucket 1

_SvIncludeLibrary

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

フィールド説明

pull_request_id

タイプ: 文字列

Description: Unique identifier of the pull request. It is a combination to_repository_id & scoped_id.

例: 23-16

scoped_id

タイプ: 数値

Description: Identifier for the pull request. This ID is only unique within each repository.

例: 16

instance_url

タイプ: URL

説明: 現在のインスタンスのベース URL。

例: https://yoursitename.com

url

タイプ: 文字列

Description: URL of the pull request.

Example: http://yoursitename.com/projects/SAM/repos/sample-repo/pull-requests/132/

title

タイプ: 文字列

Description: Title of the pull request.

Example: TEST-123 fix broken tests

description

タイプ: 文字列

Description: Description included with the pull request, limited to XXX characters.

author_id

タイプ: 数値

Description: Unique identifier of the person who created the pull request.

例: 2853030

created_date

タイプ: 日付

Description: Date the pull request was created.

例: 2021-01-03 20:57

updated_date

タイプ: 日付

Description: Date the pull request was updated.

例: 2021-01-03 23:06

closed_date

タイプ: 日付

Description: Date the pull request was closed.

例: 2021-01-03 23:06

from_branch_name

タイプ: 文字列

Description: The name of the source branch.

Example: Improve-tests

from_commit_hash

タイプ: 文字列

Description: The commit hash for the earliest commit in this pull request.

例: c149b9a3a37fd211613aaf9390866d1778172a07

from_repository
_id

タイプ: 数値

Description: Unique identifier for the source repository.

例: 16

to_branch_name

タイプ: 文字列

Description: The name of the destination branch.

例: Master

to_commit_hash

タイプ: 文字列

Description: The commit hash for the latest commit in this pull request.

例: d149b9a3a37fd211613aaf9390866d1778172a56

to_repository_id

タイプ: 数値

Description: Unique identifier for the destination repository.

例: 23

version

タイプ: 数値

Description: Version number represents the number of times the pull request has been updated.

例: 3

state

タイプ: 文字列

Description: Current status of the pull request. Can be MERGED, DECLINED, or OPEN.

例: MERGED

participant_count

タイプ: 数値

Description: Number of participants on the pull request.

reviewer_count

タイプ: 数値

Description: Number of reviewers on the pull request.

approvals_count

タイプ: 数値

Description: Number of approvals on the pull request.

comments_count

タイプ: 数値

Description: Number of comments on the pull request.

tasks_count

タイプ: 数値

Description: Total number of tasks on the pull request.

resolved_tasks_
count

タイプ: 数値

Description: Number of tasks resolved on the pull request.

time_to_merge

タイプ: 数値

Description: Time between pull request creation and merge, in milliseconds.

例: 24800

最終更新日 2024 年 5 月 15 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.