Class Search
Search request information, see here
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class Search : Pageable
Properties
| Improve this Doc View SourceExpand
Expand values
Declaration
[JsonProperty(PropertyName = "expand")]
public string Expand { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fields
Fields for this query
Declaration
[JsonProperty(PropertyName = "fields")]
public IEnumerable<string> Fields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Jql
The JQL for this search
Declaration
[JsonProperty(PropertyName = "jql")]
public string Jql { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValidateQuery
Does the query (JQL) need to be validated?
Declaration
[JsonProperty(PropertyName = "validateQuery")]
public bool ValidateQuery { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |