ReturnIssuesDetails Parameter (Connect-JIRA Cmdlet)
A Boolean property that determines whether the Comments and Attachments aggregate columns are exposed directly on the Issues table.
Syntax
Connect-JIRA -ReturnIssuesDetails SwitchParameter
Data Type
bool
Default Value
false
Remarks
This property controls the exposure and behavior of the Comments and Attachments columns on the Issues table:
- True: The Comments and Attachments columns are exposed as aggregate columns on the Issues table. These columns return an aggregate value containing a complete set or a limited subset of comments and attachments details for each issue.
- False (default): The Comments and Attachments columns are exposed as pseudo-columns and do not return any data when queried.
Note: The data returned by these aggregate columns may be partial, as the Jira API endpoint used for this operation returns only a limited number of the earliest comments and attachments. To retrieve the complete set of comments or attachments, query the Comments and Attachments tables directly. In addition, these columns are read-only and cannot be used in INSERT or UPDATE operations.