• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Jira
    • AgileExtensions
    • AttachmentExtensions
    • FilterExtensions
    • GreenhopperExtensions
    • IJiraClient
    • IssueExtensions
    • JiraClient
    • JiraConfig
    • JiraException
    • ProjectExtensions
    • ServerExtensions
    • SessionExtensions
    • TimeSpanExtensions
    • UserExtensions
    • WorkExtensions
  • Dapplo.Jira.Domains
    • IAgileDomain
    • IAttachmentDomain
    • IFilterDomain
    • IGreenhopperDomain
    • IIssueDomain
    • IJiraDomain
    • IProjectDomain
    • IServerDomain
    • ISessionDomain
    • IUserDomain
    • IWorkDomain
  • Dapplo.Jira.Entities
    • AgileIssue
    • AgileIssueFields
    • AllowedValue
    • Attachment
    • AttachmentContainer<T>
    • AvatarUrls
    • BaseId<TId>
    • BaseProperties<TId>
    • Board
    • BoardConfiguration
    • Changelog
    • Column
    • ColumnConfig
    • Comment
    • Comments
    • Component
    • ComponentDigest
    • Configuration
    • Epic
    • EpicColor
    • EpicField
    • Error
    • EstimationCustomFieldInfo
    • EstimationFieldInfo
    • Field
    • Filter
    • History
    • HistoryItem
    • Issue
    • IssueBase
    • IssueFields
    • IssueType
    • IssueWithFields<TFields>
    • JqlIssueSearch
    • LoginInfo
    • Page
    • PageableResult
    • PossibleField
    • Priority
    • ProgressInfo
    • Project
    • ProjectCategory
    • ProjectDigest
    • RankingCustomFieldInfo
    • RemoteLinks
    • ReportIssue
    • Resolution
    • Schema
    • SearchIssuesResult<TIssue, TSearch>
    • SearchResult<TResultType, TSearch>
    • ServerInfo
    • SharePermission
    • Sprint
    • SprintInReport
    • SprintReport
    • SprintReportContents
    • StatisticField
    • Status
    • StatusCategory
    • Subscription
    • Subscriptions
    • TimeTracking
    • TimeTrackingConfiguration
    • Transition
    • Transitions
    • User
    • ValueField
    • Version
    • Visibility
    • VoteInfo
    • Watches
    • Worklog
    • Worklogs
  • Dapplo.Jira.Enums
    • AdjustEstimate
    • AvatarSizes
    • BoardTypes
    • FieldType
  • Dapplo.Jira.Json
    • CustomDateTimeOffsetConverter
  • Dapplo.Jira.Query
    • DatetimeClause
    • Fields
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • IIssueClause
    • IProjectClause
    • ISimpleValueClause
    • IssueClause
    • IStatusClause
    • ITextClause
    • ITypeClause
    • IUserClause
    • IVersionClause
    • Operators
    • ProjectClause
    • SimpleValueClause
    • StatusClause
    • TextClause
    • TypeClause
    • UserClause
    • VersionClause
    • Where

Class Where

Factory method for JQL where clauses

Inheritance
System.Object
Where
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.Query
Assembly: Dapplo.Jira.dll
Syntax
public static class Where

Properties

| Improve this Doc View Source

AffectedVersion

Create a clause for the AffectedVersion field

Declaration
public static IVersionClause AffectedVersion { get; }
Property Value
Type Description
IVersionClause
| Improve this Doc View Source

Approvals

Create a clause for the mention

Declaration
public static IUserClause Approvals { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

Assignee

Create a clause for the assignee

Declaration
public static IUserClause Assignee { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

Comment

Create a clause for the Comment field

Declaration
public static ITextClause Comment { get; }
Property Value
Type Description
ITextClause
| Improve this Doc View Source

Created

Create a clause for the created field

Declaration
public static IDatetimeClause Created { get; }
Property Value
Type Description
IDatetimeClause
| Improve this Doc View Source

Creator

Create a clause for the creator

Declaration
public static IUserClause Creator { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

Description

Create a clause for the Description field

Declaration
public static ITextClause Description { get; }
Property Value
Type Description
ITextClause
| Improve this Doc View Source

Due

Create a clause for the due field

Declaration
public static IDatetimeClause Due { get; }
Property Value
Type Description
IDatetimeClause
| Improve this Doc View Source

Environment

Create a clause for the Environment field

Declaration
public static ITextClause Environment { get; }
Property Value
Type Description
ITextClause
| Improve this Doc View Source

FixVersion

Create a clause for the FixVersion field

Declaration
public static IVersionClause FixVersion { get; }
Property Value
Type Description
IVersionClause
| Improve this Doc View Source

IssueKey

Create a clause for the IssueKey field

Declaration
public static IIssueClause IssueKey { get; }
Property Value
Type Description
IIssueClause
| Improve this Doc View Source

Labels

Create a clause for the Labels field

Declaration
public static ISimpleValueClause Labels { get; }
Property Value
Type Description
ISimpleValueClause
| Improve this Doc View Source

LastViewed

Create a clause for the LastViewed field

Declaration
public static IDatetimeClause LastViewed { get; }
Property Value
Type Description
IDatetimeClause
| Improve this Doc View Source

Parent

Create a clause for the Parent field

Declaration
public static ISimpleValueClause Parent { get; }
Property Value
Type Description
ISimpleValueClause
| Improve this Doc View Source

Project

Create a clause for the Project field

Declaration
public static IProjectClause Project { get; }
Property Value
Type Description
IProjectClause
| Improve this Doc View Source

Reporter

Create a clause for the reporter

Declaration
public static IUserClause Reporter { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

RequestChannelType

Create a clause for the RequestChannelType field

Declaration
public static ITextClause RequestChannelType { get; }
Property Value
Type Description
ITextClause
| Improve this Doc View Source

RequestLastActivityTime

Create a clause for the RequestLastActivityTime field

Declaration
public static IDatetimeClause RequestLastActivityTime { get; }
Property Value
Type Description
IDatetimeClause
| Improve this Doc View Source

Resolved

Create a clause for the Resolved field

Declaration
public static IDatetimeClause Resolved { get; }
Property Value
Type Description
IDatetimeClause
| Improve this Doc View Source

Status

Create a clause for the Status field

Declaration
public static IStatusClause Status { get; }
Property Value
Type Description
IStatusClause
| Improve this Doc View Source

Summary

Create a clause for the Summary field

Declaration
public static ITextClause Summary { get; }
Property Value
Type Description
ITextClause
| Improve this Doc View Source

Text

Create a clause for the Text field

Declaration
public static ITextClause Text { get; }
Property Value
Type Description
ITextClause
| Improve this Doc View Source

Type

Create a clause for the type field

Declaration
public static ITypeClause Type { get; }
Property Value
Type Description
ITypeClause
| Improve this Doc View Source

Updated

Create a clause for the Updated field

Declaration
public static IDatetimeClause Updated { get; }
Property Value
Type Description
IDatetimeClause
| Improve this Doc View Source

Voter

Create a clause for the voter

Declaration
public static IUserClause Voter { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

Watcher

Create a clause for the watcher

Declaration
public static IUserClause Watcher { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

WorkLogAuthor

Create a clause for the WorkLogAuthor

Declaration
public static IUserClause WorkLogAuthor { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

WorkLogComment

Create a clause for the WorkLogComment field

Declaration
public static ITextClause WorkLogComment { get; }
Property Value
Type Description
ITextClause
| Improve this Doc View Source

WorkLogDate

Create a clause for the WorkLogDate field

Declaration
public static IDatetimeClause WorkLogDate { get; }
Property Value
Type Description
IDatetimeClause

Methods

| Improve this Doc View Source

And(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

| Improve this Doc View Source

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

  • Improve this Doc
  • View Source
Back to top Copyright © Dapplo