Вы находитесь на странице: 1из 12

<!-- Note that the keys used here are also used on UpgradeTask_Build67.

If any of the keys change here, we will need to create both another upgrade task, and also change that upgrade task --> <atlassian-plugin key="com.atlassian.jira.plugin.system.customfieldtypes" i18n-n ame-key="admin.customfield.plugin.name" name="Custom Field Types &amp; Searchers "> <plugin-info> <description key="admin.customfield.plugin.desc">JIRA's system custom fi eld types.</description> <version>1.0</version> <application-version min="3.0" max="3.0"/> <vendor name="Atlassian" url="http://www.atlassian.com"/> </plugin-info> <customfield-type key="textfield" name="Text Field (&lt; 255 characters)" i18n-name-key="admin.customfield.type.textfield.name" class="com.atlassian.jira.issue.customfields.impl.RenderableTextCFType"> <description key="admin.customfield.type.textfield.desc">A basic single line text box custom field to allow simple text input.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-basictext.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-maxlengthtext.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-basictext.vm"/> </customfield-type> <customfield-type key="textarea" name="Free Text Field (unlimited text)" i18n-name-key="admin.customfield.type.textarea.name" class="com.atlassian.jira.issue.customfields.impl.TextAreaCFType"> <description key="admin.customfield.type.textarea.desc">A multiline text area custom field to allow input of longer text strings.</description> <resource type="velocity" /view/view-textarea.vm"/> <resource type="velocity" /fields/view/view-basictext.vm"/> <resource type="velocity" /edit/edit-textarea.vm"/> <resource type="velocity" xml/xml-basictext.vm"/> </customfield-type> name="view" location="templates/plugins/fields name="column-view" location="templates/plugins name="edit" location="templates/plugins/fields name="xml" location="templates/plugins/fields/

<customfield-type key="datepicker" name="Date Picker" i18n-name-key="admin.customfield.type.datepicker.name" class="com.atlassian.jira.issue.customfields.impl.DateCFType"> <description key="admin.customfield.type.datepicker.desc">A custom field that stores dates &amp; uses a date picker to view them</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-date.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-datepicker.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-date.vm"/> </customfield-type>

<customfield-type key="datetime" name="Date Time" i18n-name-key="admin.customfield.type.datetime.name" class="com.atlassian.jira.issue.customfields.impl.DateTimeCFType"> <description key="admin.customfield.type.datetime.desc">A custom field t hat stores dates with a time component</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-datetime.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-datepicker.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-datetime.vm"/> </customfield-type> <customfield-type key="float" name="Number Field" i18n-name-key="admin.customfield.type.float.name" class="com.atlassian.jira.issue.customfields.impl.NumberCFType"> <description key="admin.customfield.type.float.desc">A custom field that stores and validates numeric (floating point) input.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-number.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-number.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-number.vm"/> </customfield-type> <customfield-type key="importid" name="Import Id" i18n-name-key="admin.customfield.type.importid.name" class="com.atlassian.jira.issue.customfields.impl.ImportIdLinkCFType"> <description key="admin.customfield.type.importid.desc">A read-only cust om field that points back to the previously imported bug id.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-importid.vm"/> <resource type="velocity" name="column-view" location="templates/plugins /fields/view/view-importid-column.vm"/> <!-there is no edit template, as this field is readonly--> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-integer.vm"/> </customfield-type> <customfield-type key="select" name="Select List" i18n-name-key="admin.customfield.type.select.name" class="com.atlassian.jira.issue.customfields.impl.SelectCFType"> <description key="admin.customfield.type.select.desc">A single select li st with a configurable list of options.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-select.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-select.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-select.vm"/> </customfield-type> <customfield-type key="radiobuttons" name="Radio Buttons" i18n-name-key="admin.customfield.type.radiobuttons.name" class="com.atlassian.jira.issue.customfields.impl.SelectCFType">

<description key="admin.customfield.type.radiobuttons.desc">A list of ra dio buttons</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-select.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-radio.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-select.vm"/> </customfield-type> <customfield-type key="project" name="Project Picker" i18n-name-key="admin.customfield.type.project.name" class="com.atlassian.jira.issue.customfields.impl.ProjectCFType"> <description key="admin.customfield.type.project.desc">Choose from proje cts that the user can view in the system.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-project.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-project.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-project.vm"/> </customfield-type> <customfield-type key="multiversion" name="Version Picker" i18n-name-key="admin.customfield.type.version.name" class="com.atlassian.jira.issue.customfields.impl.VersionCFType"> <description key="admin.customfield.type.version.desc">Choose multiple v ersions from available versions in the project.</description> <param name="multiple" value="true" /> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-version.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-version.vm"/> <resource type="velocity" name="bulk-move" location="templates/plugins/f ields/edit/bulkmove-version.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-version.vm"/> </customfield-type> <customfield-type key="version" name="Single Version Picker" i18n-name-key="admin.customfield.type.version.single.name" class="com.atlassian.jira.issue.customfields.impl.VersionCFType"> <description key="admin.customfield.type.version.single.desc">Choose a s ingle from available versions in the project.</description> <param name="multiple" value="false"/> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-version.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-version.vm"/> <resource type="velocity" name="bulk-move" location="templates/plugins/f ields/edit/bulkmove-version.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-version.vm"/> </customfield-type> <customfield-type key="userpicker" name="User Picker" i18n-name-key="admin.customfield.type.userpicker.name" class="com.atlassian.jira.issue.customfields.impl.UserCFType">

<description key="admin.customfield.type.userpicker.desc">Choose a user from the user base via a popup picker window.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-user.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-userpicker.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-user.vm"/> </customfield-type> <customfield-type key="url" name="URL Field" i18n-name-key="admin.customfield.type.url.name" class="com.atlassian.jira.issue.customfields.impl.URLCFType"> <description key="admin.customfield.type.url.desc">Allow the user to inp ut a single URL</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-url.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-basictext.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-basictext.vm"/> </customfield-type> <!-- multiple types --> <customfield-type key="multiselect" name="Multi Select" i18n-name-key="admin.customfield.type.multiselect.name" class="com.atlassian.jira.issue.customfields.impl.MultiSelectCFType"> <description key="admin.customfield.type.multiselect.desc">Choose multip le values in a select list.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-multiselect.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-multiselect.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-multiselect.vm"/> </customfield-type> <customfield-type key="multicheckboxes" name="Multi Checkboxes" i18n-name-key="admin.customfield.type.multicheckboxes.name" class="com.atlassian.jira.issue.customfields.impl.MultiSelectCFType"> <description key="admin.customfield.type.multicheckboxes.desc">Choose mu ltiple values using checkboxes.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-multiselect.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-multicheckboxes.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-multiselect.vm"/> </customfield-type> <customfield-type key="multiuserpicker" name="Multi User Picker" i18n-name-key="admin.customfield.type.multiuserpicker.name" class="com.atlassian.jira.issue.customfields.impl.MultiUserCFType"> <description key="admin.customfield.type.multiuserpicker.desc">Choose mu ltiple users from the user base via a popup picker window.</description>

<resource type="velocity" /view/view-multiuser.vm"/> <resource type="velocity" /fields/view/view-multiuser.vm"/> <resource type="velocity" /edit/edit-multiuser.vm"/> <resource type="velocity" xml/xml-multiuser.vm"/> </customfield-type>

name="view" location="templates/plugins/fields name="column-view" location="templates/plugins name="edit" location="templates/plugins/fields name="xml" location="templates/plugins/fields/

<customfield-type key="multigrouppicker" name="Multi Group Picker" i18n-name-key="admin.customfield.type.multigrouppicker.name" class="com.atlassian.jira.issue.customfields.impl.MultiGroupCFType"> <description key="admin.customfield.type.multigrouppicker.desc">Choose m ultiple user groups using a popup picker window.</description> <param name="multiple" value="true" /> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-multigroup.vm"/> <resource type="velocity" name="column-view" location="templates/plugins /fields/view/view-multigroup.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-multigroup.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-multigroup.vm"/> </customfield-type> <customfield-type key="grouppicker" name="Group Picker" i18n-name-key="admin.customfield.type.grouppicker.name" class="com.atlassian.jira.issue.customfields.impl.MultiGroupCFType"> <description key="admin.customfield.type.grouppicker.desc">Choose a user group using a popup picker window.</description> <param name="multiple" value="false" /> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-multigroup.vm"/> <resource type="velocity" name="column-view" location="templates/plugins /fields/view/view-multigroup.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-multigroup.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-multigroup.vm"/> </customfield-type> <!-- cascading drop-downs --> <customfield-type key="cascadingselect" name="Cascading Select" i18n-name-key="admin.customfield.type.cascadingselect.name" class="com.atlassian.jira.issue.customfields.impl.CascadingSelectCFType" > <description key="admin.customfield.type.cascadingselect.desc">Choose mu ltiple values using two select lists.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-cascadingselect.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-cascadingselect.vm"/> <!-<resource type="velocity" name="edit-javascript" location="t emplates/plugins/fields/.vm" />--> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-cascadingselect.vm"/> </customfield-type>

<customfield-type key="readonlyfield" name="Read-only Text Field" i18n-name-key="admin.customfield.type.readonlyfield.name" class="com.atlassian.jira.issue.customfields.impl.ReadOnlyCFType"> <description key="admin.customfield.type.readonlyfield.desc">A read-only text label. Only possible to create values programatically (Used internally for imports from Mantis).</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-rawtext.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-basictext.vm"/> </customfield-type> <customfield-type key="labels" name="Labels" i18n-name-key="admin.customfield.type.labels.name" class="com.atlassian.jira.issue.customfields.impl.LabelsCFType"> <description key="admin.customfield.type.labels.desc">Add arbitrary labe ls to issues.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-label.vm"/> <resource type="velocity" name="column-view" location="templates/plugins /fields/view/column-view-label.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-label.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-label.vm"/> </customfield-type> <customfield-type key="RemedyText" name="Remedy Text Field (&lt; 255 cha racters)" class="com.atlassian.jira.issue.customfields.impl.TextCFType"> <description>A basic single line text box custom field to allow simple t ext input.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-remedytext.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-basictext.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-basictext.vm"/> </customfield-type> <customfield-type key="CKSText" name="CKS Text Field (&lt; 255 characters)" class="com.atlassian.jira.issue.customfields.impl.TextCFType"> <description>A basic single line text box custom field to allow simple t ext input.</description> <resource type="velocity" name="view" location="templates/plugins/fields /view/view-ckstext.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-basictext.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-basictext.vm"/> </customfield-type> <customfield-type key="MKSText" name="MKS Text Field (&lt; 255 characters)" class="com.atlassian.jira.issue.customfields.impl.TextCFType"> <description>A basic single line text box custom field to allow simple t ext input.</description>

<resource type="velocity" name="view" location="templates/plugins/fields /view/view-mkstext.vm"/> <resource type="velocity" name="edit" location="templates/plugins/fields /edit/edit-basictext.vm"/> <resource type="velocity" name="xml" location="templates/plugins/fields/ xml/xml-basictext.vm"/> </customfield-type> <!-- ================================== Custom Field Type Searchers ======== ==================================== --> <customfield-searcher key="textsearcher" name="Free Text Searcher" i18n-name-key="admin.customfield.searcher.textsearcher.name" class="com.atlassian.jira.issue.customfields.searchers.TextSearcher"> <description key="admin.customfield.searcher.textsearcher.desc">Search f or values using a free text search.</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-basictext.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-basictext.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="textfield"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="textarea"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="readonlyfield"/> <valid-customfield-type package="com.atlassian.jira.plugin.syste m.customfieldtypes" key="RemedyText"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="CKSText"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="MKSText"/> </customfield-searcher> <customfield-searcher key="exacttextsearcher" name="Exact Text Searcher" i18n-name-key="admin.customfield.searcher.exacttextsearcher.name" class="com.atlassian.jira.issue.customfields.searchers.ExactTextSearcher "> <description key="admin.customfield.searcher.exacttextsearcher.desc">Sea rch for values exactly matching the input</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-basictext.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-basictext.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="url"/> </customfield-searcher> <customfield-searcher key="daterange" name="Date Range picker" i18n-name-key="admin.customfield.searcher.daterange.name" class="com.atlassian.jira.issue.customfields.searchers.DateRangeSearcher "> <description key="admin.customfield.searcher.daterange.desc">Allow searc hing for a date that is between two other dates</description> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="datepicker"/>

</customfield-searcher> <customfield-searcher key="datetimerange" name="Date Time Range picker" i18n-name-key="admin.customfield.searcher.datetimerange.name" class="com.atlassian.jira.issue.customfields.searchers.DateTimeRangeSear cher"> <description key="admin.customfield.searcher.datetimerange.desc">Allow s earching for a date and time that is between two other dates and times</descript ion> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="datetime"/> </customfield-searcher> <customfield-searcher key="exactnumber" name="Number Searcher" i18n-name-key="admin.customfield.searcher.exactnumber.name" class="com.atlassian.jira.issue.customfields.searchers.ExactNumberSearch er"> <description key="sadmin.customfield.searcher.exactnumber.desc">Allow se arching for a number which exactly matches.</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-basictext.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-basictext.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="float"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="importid"/> </customfield-searcher> <customfield-searcher key="numberrange" name="Number range searcher" i18n-name-key="admin.customfield.searcher.numberrange.name" class="com.atlassian.jira.issue.customfields.searchers.NumberRangeSearch er"> <description key="admin.customfield.searcher.numberrange.desc">Allow sea rching for a number that is in a given range</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-number-range.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-number-range.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="float"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="importid"/> </customfield-searcher> <customfield-searcher key="versionsearcher" name="Version Dropdown Searcher" i18n-name-key="admin.customfield.searcher.versionsearcher.name" class="com.atlassian.jira.issue.customfields.searchers.VersionSearcher"> <description key="admin.customfield.searcher.versionsearcher.desc">Allow to search for versions using a dropdown list.</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit/edit-version.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-version.vm"/> <resource type="velocity" name="label" location="templates/plugins/field s/view-searcher/label-searcher-version.vm"/>

<valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="version"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="multiversion"/> </customfield-searcher> <customfield-searcher key="projectsearcher" name="Project Dropdown Searcher" i18n-name-key="admin.customfield.searcher.projectsearcher.name" class="com.atlassian.jira.issue.customfields.searchers.ProjectSearcher"> <description key="admin.customfield.searcher.projectsearcher.desc">Allow to search for a project using a dropdown list.</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-project.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-project.vm"/> <resource type="velocity" name="label" location="templates/plugins/field s/view-searcher/label-searcher-project.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="project"/> </customfield-searcher> <customfield-searcher key="userpickersearcher" name="User Picker Searcher" i18n-name-key="admin.customfield.searcher.userpickersearcher.name" class="com.atlassian.jira.issue.customfields.searchers.UserPickerSearche r"> <description key="admin.customfield.searcher.userpickersearcher.desc">Al low to search for a user using a userpicker.</description> <resource type="velocity" name="label" location="templates/plugins/field s/view-searcher/label-searcher-user.vm"/> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-userpicker.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-basictext.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="userpicker"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="multiuserpicker"/> </customfield-searcher> <customfield-searcher key="userpickergroupsearcher" name="User Picker &amp; Group Searcher" i18n-name-key="admin.customfield.searcher.userpickergroupsearcher.name" class="com.atlassian.jira.issue.customfields.searchers.UserPickerGroupSe archer"> <description key="admin.customfield.searcher.userpickergroupsearcher.des c">Allow to search for a user using a userpicker or a list of users groups.</des cription> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-groupdropdown.vm" /> <resource type="velocity" name="label" location="templates/plugins/fields/view-searcher/label-searche r-user.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="userpicker" /> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="multiuserpicker" /> </customfield-searcher>

<customfield-searcher key="grouppickersearcher" name="Group Picker Searcher" i18n-name-key="admin.customfield.searcher.grouppickersearcher.name" class="com.atlassian.jira.issue.customfields.searchers.GroupPickerSearch er"> <description key="admin.customfield.searcher.grouppickersearcher.desc">A llow to search for a group using a group picker.</description> <resource type="velocity" name="label" location="templates/plugins/field s/view-searcher/label-searcher-group.vm"/> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-grouppicker.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-grouppicker.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="multigrouppicker"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="grouppicker"/> </customfield-searcher> <customfield-searcher key="selectsearcher" name="Select List Searcher" i18n-name-key="admin.customfield.searcher.selectsearcher.name" class="com.atlassian.jira.issue.customfields.searchers.SelectSearcher"> <description key="admin.customfield.searcher.selectsearcher.desc">Search for values using a select list.</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-select.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-select.vm"/> <resource type="velocity" name="label" location="templates/plugins/field s/view-searcher/label-searcher-htmltext.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="select"/> </customfield-searcher> <customfield-searcher key="radiosearcher" name="Radio Button Searcher" i18n-name-key="admin.customfield.searcher.radiosearcher.name" class="com.atlassian.jira.issue.customfields.searchers.SelectSearcher"> <description key="admin.customfield.searcher.radiosearcher.desc">Search for values using radio buttons</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-radio.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-select.vm"/> <resource type="velocity" name="label" location="templates/plugins/field s/view-searcher/label-searcher-htmltext.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="radiobuttons"/> <!-These search type are valid for this searcher but it doesn't mak e a lot of sense to use it <valid-customfield-type package="com.atlassian.jira.plugin.syste m.customfieldtypes" key="select" /> --> </customfield-searcher> <customfield-searcher key="cascadingselectsearcher" name="Cascading Select S earcher"

i18n-name-key="admin.customfield.searcher.cascadingselectsearcher.name" class="com.atlassian.jira.issue.customfields.searchers.CascadingSelectSe archer"> <description key="admin.customfield.searcher.cascadingselectsearcher.des c">Search for multiple values using two select lists.</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-cascadingselect.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-option.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="cascadingselect"/> </customfield-searcher> <customfield-searcher key="multiselectsearcher" name="Multi Select Searcher" i18n-name-key="admin.customfield.searcher.multiselectsearcher.name" class="com.atlassian.jira.issue.customfields.searchers.MultiSelectSearch er"> <description key="admin.customfield.searcher.multiselectsearcher.desc">S earch for multiple values using a single select list.</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-multiselect.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-multioption.vm"/> <resource type="velocity" name="label" location="templates/plugins/field s/view-searcher/label-searcher-htmltext.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="multiselect"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="select"/> </customfield-searcher> <customfield-searcher key="checkboxsearcher" name="Multi Checkbox Searcher" i18n-name-key="admin.customfield.searcher.checkboxsearcher.name" class="com.atlassian.jira.issue.customfields.searchers.MultiSelectSearch er"> <description key="admin.customfield.searcher.checkboxsearcher.desc">Sear ch for multiple values using check boxes.</description> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-multicheckboxes.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-multioption.vm"/> <resource type="velocity" name="label" location="templates/plugins/field s/view-searcher/label-searcher-htmltext.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="multicheckboxes"/> <!-These search type are valid for this searcher but it doesn't mak e a lot of sense to use it <valid-customfield-type package="com.atlassian.jira.plugin.syste m.customfieldtypes" key="select"/> <valid-customfield-type package="com.atlassian.jira.plugin.syste m.customfieldtypes" key="radiobuttons" /> <valid-customfield-type package="com.atlassian.jira.plugin.syste m.customfieldtypes" key="multiselect"/> --> </customfield-searcher> <customfield-searcher key="labelsearcher" name="Labels Searcher"

i18n-name-key="admin.customfield.searcher.labels.name" class="com.atlassian.jira.issue.customfields.searchers.CustomFieldLabels Searcher"> <description key="admin.customfield.searcher.labels.desc">Search for val ues matching labels.</description> <resource type="velocity" name="label" location="templates/plugins/field s/view-searcher/label-searcher-label.vm"/> <resource type="velocity" name="search" location="templates/plugins/fiel ds/edit-searcher/search-basictext.vm"/> <resource type="velocity" name="view" location="templates/plugins/fields /view-searcher/view-searcher-basictext.vm"/> <valid-customfield-type package="com.atlassian.jira.plugin.system.custom fieldtypes" key="labels"/> </customfield-searcher> </atlassian-plugin>

Вам также может понравиться