Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.43 KB

UserIssueSearchOptions.md

File metadata and controls

15 lines (10 loc) · 1.43 KB

UserIssueSearchOptions

Properties

Name Type Description Notes
includeCommentsInHistory Boolean If 'true', comments are included in issue audit history. Used only by flex UI. [optional]
projectVersionId Long Application version ID the option values belong to. Value is empty for default options that can be applied to any project version user has access to if project version specific options are not defined. [optional]
showHidden Boolean If 'true', include hidden issues in search results. If 'false', exclude hidden issues from search results. If no options are set, use application version profile settings to get value of this option. [optional]
showRemoved Boolean If 'true', include removed issues in search results. If 'false', exclude removed issues from search results. If no options are set, use application version profile settings to get value of this option. [optional]
showShortFileNames Boolean If 'true', only short file names will be displayed in issues list. [optional]
showSuppressed Boolean If 'true', include suppressed issues in search results. If 'false', exclude suppressed issues from search results. If no options are set, use application version profile settings to get value of this option. [optional]