Issue Commits

This is a join table between the issue table and the commit table and shows the commits that were submitted to fulfill the code changes needed to implement the issue.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The IssueCommitId field is an identity field that serves as the unique identifier for each record in the IssueCommit table. This field is of type int, meaning it can store integer values. It is automatically incremented by 1 for each new record added to the table, ensuring that each record has its own distinct IssueCommitId. This identity field can be used as a primary key for quick and reliable data retrieval, as well as for referencing and linking to related records in other tables. As an important component of the overall structure of the IssueCommit table, the IssueCommitId field plays a crucial role in maintaining data integrity and efficient data management.

int32

The CommitId field, located in the IssueCommit table, is of data type int and serves as a unique identifier for each commit made within the issue tracking system. This field is crucial in tracking and organizing changes made to specific issues and provides a reference point for future troubleshooting and analysis. With its data type set to int, this field can store numerical values ranging from -2,147,483,648 to 2,147,483,647, making it suitable for efficiently storing and retrieving commit information.

int32

The IssueId field in the IssueCommit table is a unique identifier for each issue that is reported and logged. It is of data type integer and is used to keep track of all the commit changes related to a specific issue. This field allows for efficient organization and management of issues and their corresponding commits within the database. It enables quick retrieval of information and helps to establish a clear relationship between issues and commits. The IssueId field acts as a primary key in the IssueCommit table, ensuring each issue has a distinct identification number for easy tracking and referencing.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!