Class Where
Factory method for CQL where clauses
Inheritance
Inherited Members
Namespace:Dapplo.Jira.Query
Assembly:Dapplo.Jira.dll
Syntax
public static class Where
Properties
| Improve this Doc View SourceAffectedVersion
Create a clause for the AffectedVersion field
Declaration
public static IVersionClause AffectedVersion { get; }
Property Value
Type | Description |
---|---|
IVersionClause |
Approvals
Create a clause for the mention
Declaration
public static IUserClause Approvals { get; }
Property Value
Type | Description |
---|---|
IUserClause |
Assignee
Create a clause for the assignee
Declaration
public static IUserClause Assignee { get; }
Property Value
Type | Description |
---|---|
IUserClause |
Comment
Create a clause for the Comment field
Declaration
public static ITextClause Comment { get; }
Property Value
Type | Description |
---|---|
ITextClause |
Created
Create a clause for the created field
Declaration
public static IDatetimeClause Created { get; }
Property Value
Type | Description |
---|---|
IDatetimeClause |
Creator
Create a clause for the creator
Declaration
public static IUserClause Creator { get; }
Property Value
Type | Description |
---|---|
IUserClause |
Description
Create a clause for the Description field
Declaration
public static ITextClause Description { get; }
Property Value
Type | Description |
---|---|
ITextClause |
Due
Create a clause for the due field
Declaration
public static IDatetimeClause Due { get; }
Property Value
Type | Description |
---|---|
IDatetimeClause |
Environment
Create a clause for the Environment field
Declaration
public static ITextClause Environment { get; }
Property Value
Type | Description |
---|---|
ITextClause |
FixVersion
Create a clause for the FixVersion field
Declaration
public static IVersionClause FixVersion { get; }
Property Value
Type | Description |
---|---|
IVersionClause |
IssueKey
Create a clause for the IssueKey field
Declaration
public static IIssueClause IssueKey { get; }
Property Value
Type | Description |
---|---|
IIssueClause |
Labels
Create a clause for the Labels field
Declaration
public static ISimpleValueClause Labels { get; }
Property Value
Type | Description |
---|---|
ISimpleValueClause |
LastViewed
Create a clause for the LastViewed field
Declaration
public static IDatetimeClause LastViewed { get; }
Property Value
Type | Description |
---|---|
IDatetimeClause |
Parent
Create a clause for the Parent field
Declaration
public static ISimpleValueClause Parent { get; }
Property Value
Type | Description |
---|---|
ISimpleValueClause |
Project
Create a clause for the Project field
Declaration
public static IProjectClause Project { get; }
Property Value
Type | Description |
---|---|
IProjectClause |
Reporter
Create a clause for the reporter
Declaration
public static IUserClause Reporter { get; }
Property Value
Type | Description |
---|---|
IUserClause |
RequestChannelType
Create a clause for the RequestChannelType field
Declaration
public static ITextClause RequestChannelType { get; }
Property Value
Type | Description |
---|---|
ITextClause |
RequestLastActivityTime
Create a clause for the RequestLastActivityTime field
Declaration
public static IDatetimeClause RequestLastActivityTime { get; }
Property Value
Type | Description |
---|---|
IDatetimeClause |
Resolved
Create a clause for the Resolved field
Declaration
public static IDatetimeClause Resolved { get; }
Property Value
Type | Description |
---|---|
IDatetimeClause |
Summary
Create a clause for the Summary field
Declaration
public static ITextClause Summary { get; }
Property Value
Type | Description |
---|---|
ITextClause |
Text
Create a clause for the Text field
Declaration
public static ITextClause Text { get; }
Property Value
Type | Description |
---|---|
ITextClause |
Type
Create a clause for the type field
Declaration
public static ITypeClause Type { get; }
Property Value
Type | Description |
---|---|
ITypeClause |
Updated
Create a clause for the Updated field
Declaration
public static IDatetimeClause Updated { get; }
Property Value
Type | Description |
---|---|
IDatetimeClause |
Voter
Create a clause for the voter
Declaration
public static IUserClause Voter { get; }
Property Value
Type | Description |
---|---|
IUserClause |
Watcher
Create a clause for the watcher
Declaration
public static IUserClause Watcher { get; }
Property Value
Type | Description |
---|---|
IUserClause |
WorkLogAuthor
Create a clause for the WorkLogAuthor
Declaration
public static IUserClause WorkLogAuthor { get; }
Property Value
Type | Description |
---|---|
IUserClause |
WorkLogComment
Create a clause for the WorkLogComment field
Declaration
public static ITextClause WorkLogComment { get; }
Property Value
Type | Description |
---|---|
ITextClause |
WorkLogDate
Create a clause for the WorkLogDate field
Declaration
public static IDatetimeClause WorkLogDate { get; }
Property Value
Type | Description |
---|---|
IDatetimeClause |
Methods
| Improve this Doc View SourceAnd(IFinalClause[])
Create an And of two or more where clauses
Declaration
public static IFinalClause And(params IFinalClause[] clauses)
Parameters
Type | Name | Description |
---|---|---|
IFinalClause[] | clauses | Two or more IFinalClause |
Returns
Type | Description |
---|---|
IFinalClause | A new IFinalClause with an "and" of the specified IFinalClause |
Or(IFinalClause[])
Create an Or of two or more where clauses
Declaration
public static IFinalClause Or(params IFinalClause[] clauses)
Parameters
Type | Name | Description |
---|---|---|
IFinalClause[] | clauses | Two or more IFinalClause |
Returns
Type | Description |
---|---|
IFinalClause | A new IFinalClause with an "or" of the specified IFinalClause |