Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
Property | Description |
IncludeCustomFields | A boolean indicating if you would like to include custom fields in the column listing. |
MaxRows | Limits the number of rows returned rows when no aggregation or group by is used in the query. This helps avoid performance issues at design time. |
MaxThreads | Specifies the number of concurrent requests. |
Other | These hidden properties are used only in specific use cases. |
Pagesize | The maximum number of results to return per page from JIRA. |
Readonly | You can use this property to enforce read-only access to JIRA from the provider. |
Timeout | The value in seconds until the timeout error is thrown, canceling the operation. |
Timezone | Specify the timezone of the Jira instance in order to use the datetime filters accordingly and retrieve the results according to your timezone. An example of a timezone would be America/New_York. |
UseDefaultOrderBy | Indicates if a default order by should be applied if none is specified in the query. |
UseSimpleNames | Boolean determining if simple names should be used for tables and columns. |