JQL 関数
We're updating terminology in Jira and changing 'issue' to 'work item'. As part of the change, there are no changes to existing JQL queries.
このページでは、高度な検索で使用する関数の情報をご説明します。インストール済みのアプリから追加の JQL 関数を利用できる場合があります。
JQL における関数とは、言葉に丸括弧が続くもので、1 つ以上の値や Jira フィールドを含むことがあります。 句では、関数の前に演算子があり、その前にフィールドが先行します。関数は特定の Jira データまたは関数内のコンテンツの計算を実行し、関数または関数を利用する句では真となる結果のみを取得します。
Unless specified in the search query, note that JQL searches do not return empty fields in results. To include empty fields (e.g. unassigned work items) when searching for work items that are not assigned to the current user, you would enter (assignee != currentUser() OR assignee is EMPTY) to include unassigned work items in the list of results.
approved()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
承認が行われており、最終決定が承認済みであるすべてのリクエストを検索します。
構文 | approved() |
---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
approver()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
特定のユーザーが保留中または完了した承認ステップの承認者であり、承認を実行したか、または却下したか分からないリクエストを検索します。ユーザー名を入力する必要があります。
構文 | approver(user1, user2) |
---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
breached()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
Returns work items that whose most recent SLA has missed its goal.
構文 | breached() |
---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
cascadeOption()
Search for work items that match the selected values of a Cascading Select custom field.
parentOption
パラメーターは、cascading select フィールドの第 1 階層のオプションに対応します。
childOption
パラメーターは、"カスケード選択" フィールドの第 2 階層のオプションに対応します (任意)。
The keyword none
can be used to search for work items where either or both of the options have no value.
構文 | cascadeOption(parentOption)
cascadeOption(parentOption,childOption) |
---|---|
サポートされるフィールド | カスケード選択タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
choiceOption()
Search for work items that match the selected IDs of a Multiple Choice or Dropdown custom field.
Requires at least one argument. For multiple arguments, returns the ID of each one. Arguments must be valid option values. In cases where the argument could be both an ID and the option value, returns work items where the option value matches.
構文 | choiceOption(ValueOption)
choiceOption(ValueOption1,ValueOption2,ValueOption3) |
---|---|
サポートされるフィールド | 複数選択タイプのカスタム フィールドとドロップダウン タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
closedSprints()
Search for work items that are assigned to a completed Sprint.
It is possible for a work item to belong to both a completed Sprint(s) and an incomplete Sprint(s). See also openSprints().
構文 | closedSprints() |
---|---|
サポートされるフィールド | Sprint |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
completed()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
Returns work items that have an SLA that has completed at least one cycle.
構文 | completed() |
---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
componentsLeadByUser()
Find work items in components that are led by a specific user. You can optionally specify a user, or if the user is omitted, the current user (i.e. you) will be used.
Jira にログインしていない場合は、ユーザーを指定する必要があります。
構文 | componentsLeadByUser()
componentsLeadByUser(username) |
---|---|
サポートされるフィールド | Component |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
currentLogin()
現在のユーザーによるセッションの開始時間に基づいて検索を実行します。「lastLogin()」も参照してください。
構文 | currentLogin() |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
* 述語のみ |
サポートされない演算子 |
|
例 |
|
currentUser()
現在のログイン ユーザーに基づいて検索を実行します。
この関数は、ログイン済みのユーザーのみが使用できます。したがって、匿名ユーザーが利用することを想定したフィルターを作成する場合、この関数を使うことはできません。
構文 | currentUser() |
---|---|
サポートされるフィールド | ユーザー タイプの "担当者"、"報告者"、"投票者"、"ウォッチャー"、"作成者" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
customerDetail()
顧客の詳細に基づいて検索を実行します。
この JQL 関数を使用するには、[プロジェクト設定] の "機能" ページで [カスタマー サービス管理] をオンにします。
この関数は、最大 32000 のカスタマーを返します。
構文 | customerDetail() |
---|---|
サポートされるフィールド | ユーザー タイプの "担当者"、"報告者"、"投票者"、"ウォッチャー" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
earliestUnreleasedVersion()
プロジェクトの未リリース バージョンの中で一番古いバージョンに基づいて検索を実行します。unreleasedVersions() もご参照ください。
バージョンの順序は、プロジェクトの [リリース] ページにバージョンが表示される順序によって決まります。一覧の一番下のバージョンが "一番古い" ものとなります。バージョンの順序を変更するには、一覧でバージョンをドラッグ アンド ドロップして新しい場所に配置します。
構文 | earliestUnreleasedVersion(project) |
---|---|
サポートされるフィールド | バージョン タイプの "影響を受けるバージョン"、"修正バージョン" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
endOfDay()
検索実行日の最終時刻に基づいて検索を実行します。
endOfWeek()、endOfMonth()、endOfYear()、startOfDay()、startOfWeek()、startOfMonth()、startOfYear() もご参照ください。
構文 | endOfDay()
endOfDay("inc") ここで、 |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
endOfMonth()
検索実行日の月末に基づいて検索を実行します。
endOfDay()、endOfWeek()、endOfYear()、startOfDay()、startOfWeek()、startOfMonth()、startOfYear() もご参照ください。
構文 | endOfMonth()
endOfMonth("inc") ここで、 |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
endOfWeek()
Search for work items that are due by the end of the last day of the current week. By default, this function considers Saturday to be the last day of the week. You can use a different day (for example, Sunday) as the end of the week. See the syntax in the examples mentioned below.
endOfDay()、endOfMonth()、endOfYear()、startOfDay()、startOfWeek()、startOfMonth()、startOfYear() もご参照ください。
構文 | endOfWeek()
endOfWeek("inc") ここで、 |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
endOfYear()
検索実行日の年末に基づいて検索を実行します。
endOfDay()、endOfWeek()、endOfMonth()、startOfDay()、startOfWeek()、startOfMonth()、startOfYear() もご参照ください。
構文 | endOfYear()
endOfYear("inc") ここで、 |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
entitlementDetail()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
エンタイトルメントの詳細に基づいて検索を実行します。
この JQL 関数を使用するには、[プロジェクト設定] の [機能] ページで [カスタマー サービス管理] と [製品とエンタイトルメント] を有効にします。
この関数は、最大 32,000 のエンタイトルメントを返します。
構文 | entitlementDetail("Field Name", "Field Value") |
---|---|
サポートされるフィールド | エンタイトルメント |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
entitlementProduct()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
製品に基づいて検索を行います。
この JQL 関数を使用するには、[プロジェクト設定] の [機能] ページで [カスタマー サービス管理] と [製品とエンタイトルメント] を有効にします。
構文 | entitlementProduct("Product Name") |
---|---|
サポートされるフィールド | エンタイトルメント |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
everBreached()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
Returns work items that have missed one of their SLA goals.
構文 | everBreached() |
---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
futureSprints()
Search for work items that are assigned to a sprint that hasn't been started yet.
It is possible for work items to belong to both a completed sprint(s) and an incomplete sprint(s).
構文 | futureSprints() |
---|---|
サポートされるフィールド | Sprint |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
workItemHistory()
Find work items that you have recently viewed, i.e. work items that are in the 'Recent work' section of the 'Work items' dropdown menu.
workItemHistory()
returns up to 50 work items, whereas the 'Recent work' dropdown returns only 5.
If you are not logged in to Jira, only work items from your current browser session will be included.
構文 | workItemHistory() |
---|---|
サポートされるフィールド | WorkItem |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
workItemsWithRemoteLinksByGlobalId()
Perform searches based on work items that are associated with remote links that have any of the specified global IDs.
この関数では 1 から 100 の globalId を指定できます。0、または 100 よりも大きい globalId を指定するとエラーになります。
構文 | workItemsWithRemoteLinksByGlobalId(globalId) |
---|---|
サポートされるフィールド | WorkItem |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
lastLogin()
現在のユーザーによる前回のセッションの開始時間に基づいて検索を実行します。「currentLogin()」も参照してください。
構文 | lastLogin() |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
* 述語のみ |
サポートされない演算子 |
|
例 |
|
latestReleasedVersion()
特定のプロジェクトのリリース済みバージョンの中で一番最後にリリースされたバージョンに基づいて検索を実行します。「releasedVersions()」も参照してください。
「最新」かどうかは、実際のバージョン期限ではなく、バージョンに割り当てられた序数に基づいて判断されます。
構文 | latestReleasedVersion(project) |
---|---|
サポートされるフィールド | バージョン タイプの "影響を受けるバージョン"、"修正バージョン" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
linkedWorkItem
Searches for epics and subtasks. If the work item is not an epic, the search returns all subtasks for the work item.
企業管理対象プロジェクトにのみ適用されます。
構文 | linkedworkIt = workItemKey |
---|---|
サポートされるフィールド | WorkItem |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
linkedWorkItems()
Searches for work items that are linked to a work item. You can restrict the search to links of a particular type.
構文 | linkedWorkItems(workItemKey)
linkedWorkItems(workItemKey,CaseSensitiveLinkType)
linkedWorkItems(workItemKey,CaseSensitiveLinkType, CaseSensitiveLinkType) |
---|---|
サポートされるフィールド | WorkItem |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
membersOf()
特定のグループのメンバーに基づく検索を実施します。
構文 | membersOf(Group) |
---|---|
サポートされるフィールド | ユーザー タイプの "担当者"、"報告者"、"投票者"、"ウォッチャー"、"作成者" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
myApproval()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
現在のユーザーが保留中または完了した承認ステップの承認者であり、そのリクエストをまだ承認または却下していない場合があるリクエストを検索します。
構文 | myApproval() |
---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
myPendingApproval()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
現在のユーザーが保留中の承認ステップの承認者で、まだ承認または却下していないリクエストを検索します。
構文 | myPendingApproval() |
---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
myPending()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
現在のユーザーが保留中の承認ステップの承認者であり、承認をまだ承認または却下していない場合があるリクエストを検索します。
構文 | myPending() |
---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
now()
現在の時刻に基づいた検索を行います。
構文 | now() |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
* 述語のみ |
サポートされない演算子 |
|
例 |
|
openSprints()
Search for work items that are assigned to a sprint that was started, but has not yet been completed.
It is possible for a work item to belong to both a completed sprint(s) and an incomplete sprint(s). See also closedSprints().
構文 | openSprints() |
---|---|
サポートされるフィールド | Sprint |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
organizationDetail()
組織の詳細に基づいて検索を実行します。
この JQL 関数を使用するには、[プロジェクト設定] の "機能" ページで [カスタマー サービス管理] をオンにします。
この関数は、最大 32,000 の組織を返します。
構文 | organizationDetail("Field Name", "Field Value") |
---|---|
サポートされるフィールド | 組織 |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
organizationMembers()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
ある組織のメンバーが送信したすべてのリクエストを検索します。メンバーが組織と共有したリクエスト、未共有のリクエスト、および所属しているほかの組織に共有したリクエストが返されます。
構文 | organizationMembers() |
---|---|
サポートされるフィールド | ユーザー タイプの "担当者"、"報告者"、"投票者"、"ウォッチャー" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
parentEpic
企業管理対象プロジェクトにのみ適用されます。
Search for work items and subtasks that are linked to an epic.
構文 | parentEpic = workItemkey |
---|---|
サポートされるフィールド | WorkItem |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
paused()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
Returns work items that have an SLA that is paused due to a condition.
To find work items that are paused because they are outside calendar hours, use withinCalendarHours().
構文 | paused() |
---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
pending()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
承認ステップが保留中のリクエストを検索します。
構文 | pending() |
---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
pendingBy()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
特定のユーザーが保留中の承認ステップの承認者であり、リクエストをの承認を実行したか、または却下したか分からないリクエストを検索します。ユーザー名を入力する必要があります。
構文 | pendingBy(user1, user2) |
---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
projectsLeadByUser()
Find work items in projects that are led by a specific user. You can optionally specify a user, or if the user is omitted, the current user will be used.
注意事項として、JIRA にログインしていない場合は、ユーザーを指定する必要があります。
構文 | projectsLeadByUser()
projectsLeadByUser(username) |
---|---|
サポートされるフィールド | Project |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
projectsWhereUserHasPermission()
Find work items in projects where you have a specific permission. Note, this function operates at the project level. This means that if a permission (e.g. "Edit work items") is granted to the reporter of work items in a project, then you may see some work items returned where you are not the reporter, and therefore don't have the permission specified.
Jira にログインしているユーザーのみがこの関数を利用できます。
構文 | projectsWhereUserHasPermission(permission)
|
---|---|
サポートされるフィールド | Project |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
projectsWhereUserHasRole()
Find work items in projects where you have a specific role.
Jira にログインしているユーザーのみがこの関数を利用できます。
構文 | projectsWhereUserHasRole(rolename) |
---|---|
サポートされるフィールド | Project |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
releasedVersions()
特定のプロジェクトのリリース済みバージョン (例: Jira 管理者がリリースしたバージョン) に基づいた検索を行います。project
パラメーターを省略すると、すべてのプロジェクトのリリース済みバージョンを対象として検索を実行することもできます。latestReleasedVersion() もご参照ください。
構文 | releasedVersions()
releasedVersions(project) |
---|---|
サポートされるフィールド | バージョン タイプの "影響を受けるバージョン"、"修正バージョン" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
remaining()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
Returns work items whose SLA clock is at a certain point relative to the goal.
構文 | remaining() |
---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
running()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
Returns work items that have an SLA that is running, regardless of the calendar.
To find work items that are running based on calendar hours, use withinCalendarHours().
構文 | running() |
---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
standardWorkTypes()
Perform searches based on "standard" work types, that is, search for work items that are not subtasks. See also subtaskWorkTypes().
構文 | standardWorkTypes() |
---|---|
サポートされるフィールド | タイプ |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
startOfDay()
検索実行日の開始時刻に基づいて検索を実行します。
startOfWeek()、startOfMonth()、startOfYear()、endOfDay()、endOfWeek()、endOfMonth()、endOfYear() もご参照ください。
構文 | startOfDay()
startOfDay("inc") ここで、 |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
startOfMonth()
検索実行日の月初に基づいて検索を実行します。
startOfDay()、startOfWeek() startOfYear()、endOfDay()、endOfWeek()、endOfMonth()、endOfYear() もご参照ください。
構文 | startOfMonth()
startOfMonth("inc") ここで、 |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
startOfWeek()
Search for new work items created since the start of the first day of the current week. By default, this function considers Sunday to be the first day of the week when ISO8601 for the Date Picker is disabled in Look and feel settings. You can use a different day (for example, Monday) as the start of the week.
startOfDay()、startOfMonth()、startOfYear()、endOfDay()、endOfWeek()、endOfMonth()、endOfYear() もご参照ください。
構文 | startOfWeek()
startOfWeek("inc") ここで、 |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
startOfYear()
検索実行日の年始に基づいて検索を実行します。
startOfDay()、startOfWeek()、startOfMonth()、endOfDay()、endOfWeek()、endOfMonth()、endOfYear() もご参照ください。
構文 | startOfYear()
startOfYear("inc") ここで、 |
---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
subtaskWorkTypes()
Perform searches based on work items that are sub-tasks. See also standardWorkTypes().
構文 | subtaskWorkTypes() |
---|---|
サポートされるフィールド | タイプ |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
unreleasedVersions()
特定のプロジェクトの未リリース バージョン (つまり、Jira 管理者がまだリリースしていないバージョン) に基づいて検索を実行します。project
パラメーターを省略することで、すべてのプロジェクトの未リリース バージョンを対象に検索を実行することもできます。「earliestUnreleasedVersion()」も参照してください。
構文 | unreleasedVersions()
unreleasedVersions(project) |
---|---|
サポートされるフィールド | バージョン タイプの "影響を受けるバージョン"、"修正バージョン" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
updatedBy()
Search for work items that were updated by a specific user, optionally within the specified time range. An update, in this case, includes creating a work item, updating any of the issue's fields, creating or deleting a comment, or editing a comment (only the last edit).
This function will return up to 32,000 work item IDs.
時間範囲については、以下の形式のいずれかを使用します。
"yyyy/MM/dd"
"yyyy-MM-dd"
"w"
(週) または "d"
(日) を使用して現在の時刻に対する相対的な日付を指定することもできます。他の関数とは異なり、updatedBy
では 1 日よりも小さい値はサポートされず、常に 1 日に切り上げられます。
構文 | updatedBy(user)
updatedBy(user, dateFrom)
updatedBy(user, dateFrom, dateTo) |
---|---|
サポートされるフィールド | WorkItem |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
votedWorkItems()
Perform searches based on work itemss for which you have voted. Also, see the Voter field. Note, this function can only be used by logged-in users.
This function will return up to 32,000 work item IDs.
構文 | votedWorkItems() |
---|---|
サポートされるフィールド | WorkItem |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
watchedWorkItems()
Perform searches based on work items that you are watching. Also, see the Watcher field. Note that this function can only be used by logged-in users.
This function will return up to 32,000 work item IDs.
構文 | watchedWorkItems() |
---|---|
サポートされるフィールド | WorkItem |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
withinCalendarHours()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
Returns work items that have an SLA that is running according to the SLA calendar.
For example, say your project has two SLAs that count Time to First Response. Some work items with this SLA use a 9am-1pm calendar, and others use a 9am-5pm calendar. If an agent starts work at 3pm, they probably want to work on work items from the 9am-5pm agreement first. They can use withinCalendarHours()
to find all the work items where Time to First Response is running at 3pm.
構文 | withinCalendarHours() |
---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
この内容はお役に立ちましたか?