Project Issues

ProjectIssue is a table in the Repo package that stores information about issues or problems encountered during the execution of a project. This includes the type of issue, its severity, description, and the date it was reported. The table also contains a reference to the specific project it pertains to, as well as any comments or updates from team members working to resolve the issue. This table is essential for tracking and managing project issues, ensuring timely and effective resolutions, and maintaining a record of problem-solving efforts.

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

The ProjectIssueId field in the ProjectIssue table is an identity field that stores a unique numerical identifier for each project issue. It is of data type int, meaning it can store whole numbers. This field is automatically incremented by the database system, ensuring that each issue has a unique identifier. The ProjectIssueId field is crucial for referencing and organizing project issues within the table, allowing for efficient tracking and management of project tasks. It serves as a primary key in the table, ensuring data integrity and facilitating easy data retrieval.

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!