pub enum SearcherKey {
Show 13 variants
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonCascadingselectsearcher,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonDaterange,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonDatetimerange,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonExactnumber,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonExacttextsearcher,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonGrouppickersearcher,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonLabelsearcher,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonMultiselectsearcher,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonNumberrange,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonProjectsearcher,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonTextsearcher,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonUserpickergroupsearcher,
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonVersionsearcher,
}
Expand description
The searcher that defines the way the field is searched in Jira. It can be set to null
, otherwise you must specify the valid searcher for the field type, as listed below (abbreviated values shown): * cascadingselect
: cascadingselectsearcher
* datepicker
: daterange
* datetime
: datetimerange
* float
: exactnumber
or numberrange
* grouppicker
: grouppickersearcher
* importid
: exactnumber
or numberrange
* labels
: labelsearcher
* multicheckboxes
: multiselectsearcher
* multigrouppicker
: multiselectsearcher
* multiselect
: multiselectsearcher
* multiuserpicker
: userpickergroupsearcher
* multiversion
: versionsearcher
* project
: projectsearcher
* radiobuttons
: multiselectsearcher
* readonlyfield
: textsearcher
* select
: multiselectsearcher
* textarea
: textsearcher
* textfield
: textsearcher
* url
: exacttextsearcher
* userpicker
: userpickergroupsearcher
* version
: versionsearcher
Variants§
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonCascadingselectsearcher
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonDaterange
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonDatetimerange
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonExactnumber
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonExacttextsearcher
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonGrouppickersearcher
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonLabelsearcher
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonMultiselectsearcher
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonNumberrange
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonProjectsearcher
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonTextsearcher
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonUserpickergroupsearcher
ComPeriodAtlassianPeriodJiraPeriodPluginPeriodSystemPeriodCustomfieldtypesColonVersionsearcher
Trait Implementations§
Source§impl Clone for SearcherKey
impl Clone for SearcherKey
Source§fn clone(&self) -> SearcherKey
fn clone(&self) -> SearcherKey
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for SearcherKey
impl Debug for SearcherKey
Source§impl Default for SearcherKey
impl Default for SearcherKey
Source§fn default() -> SearcherKey
fn default() -> SearcherKey
Source§impl<'de> Deserialize<'de> for SearcherKey
impl<'de> Deserialize<'de> for SearcherKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl Hash for SearcherKey
impl Hash for SearcherKey
Source§impl Ord for SearcherKey
impl Ord for SearcherKey
Source§fn cmp(&self, other: &SearcherKey) -> Ordering
fn cmp(&self, other: &SearcherKey) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for SearcherKey
impl PartialEq for SearcherKey
Source§impl PartialOrd for SearcherKey
impl PartialOrd for SearcherKey
Source§impl Serialize for SearcherKey
impl Serialize for SearcherKey
impl Copy for SearcherKey
impl Eq for SearcherKey
impl StructuralPartialEq for SearcherKey
Auto Trait Implementations§
impl Freeze for SearcherKey
impl RefUnwindSafe for SearcherKey
impl Send for SearcherKey
impl Sync for SearcherKey
impl Unpin for SearcherKey
impl UnwindSafe for SearcherKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.