JQL 関数
We're updating terminology in Jira, moving from "issue" to "work item", and "project" to "space".
As we roll out these changes, some JQL entries using the new terms may not work yet. If you come across this, try using the old term instead.
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 サブスクリプションがあるサイトにのみ適用されます。
直近の SLA でサービス目標を達成できなかった作業項目を返します。
構文 | breached() |
|---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
cascadeOption()
"カスケード選択" カスタム フィールドの値が選択したものと一致する作業項目を検索します。
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.
少なくとも 1 つの引数が必要です。引数が複数ある場合は、それぞれの ID を返します。引数は有効なオプション値でなければなりません。引数が ID でもあり、オプション値でもある場合は、オプション値が一致する作業項目を返します。
構文 | choiceOption(ValueOption)
choiceOption(ValueOption1,ValueOption2,ValueOption3) |
|---|---|
サポートされるフィールド | 複数選択タイプのカスタム フィールドとドロップダウン タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
closedSprints()
完了したスプリントに割り当てられている作業項目を検索します。
完了したスプリントと未完了のスプリントの両方に 1 つの作業項目が属している場合もあります。openSprints() もご確認ください。
構文 | closedSprints() |
|---|---|
サポートされるフィールド | Sprint |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
completed()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
SLA サイクルが完了した作業項目、つまり、停止イベントのいずれかに到達した作業項目を返します。
構文 | completed() |
|---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
componentsLeadByUser()
特定のユーザーが主導しているコンポーネント内の作業項目を検索します。必要に応じてユーザーを指定できます。ユーザーを指定しない場合、現在のユーザー (自身) が使用されます。
Jira にログインしていない場合は、ユーザーを指定する必要があります。
構文 | componentsLeadByUser()
componentsLeadByUser(username) |
|---|---|
サポートされるフィールド | Component |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
currentLogin()
現在のユーザーによるセッションの開始時間に基づいて検索を実行します。「lastLogin()」も参照してください。
構文 | currentLogin() |
|---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
* 述語のみ |
サポートされない演算子 |
|
例 |
|
currentUser()
現在のログイン ユーザーに基づいて検索を実行します。
この関数は、ログイン済みのユーザーのみが使用できます。したがって、匿名ユーザーが利用することを想定したフィルターを作成する場合、この関数を使うことはできません。
構文 | currentUser() |
|---|---|
サポートされるフィールド | ユーザー タイプの "担当者"、"報告者"、"投票者"、"ウォッチャー"、"作成者" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
customerDetail()
顧客の詳細に基づいて検索を実行します。
To use this JQL function, turn on Customer service management on the Features page in Space settings.
この関数は、最大 32000 のカスタマーを返します。
構文 | customerDetail() |
|---|---|
サポートされるフィールド | ユーザー タイプの "担当者"、"報告者"、"投票者"、"ウォッチャー" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
earliestUnreleasedVersion()
Perform searches based on the earliest unreleased version in a space. See also unreleasedVersions().
Version order is determined by the order versions are placed in on the Releases page in the space. The version at the bottom of the list is considered the "earliest." To change the order of versions, drag and drop them to a new place in the list.
構文 | earliestUnreleasedVersion(space) |
|---|---|
サポートされるフィールド | バージョン タイプの "影響を受けるバージョン"、"修正バージョン" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
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 サブスクリプションがあるサイトにのみ適用されます。
エンタイトルメントの詳細に基づいて検索を実行します。
To use this JQL function, turn on Customer service management and Products and entitlements on the Features page in Space settings.
この関数は、最大 32,000 のエンタイトルメントを返します。
構文 | entitlementDetail("Field Name", "Field Value") |
|---|---|
サポートされるフィールド | エンタイトルメント |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
entitlementProduct()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
製品に基づいて検索を行います。
To use this JQL function, turn on Customer service management and Products and entitlements on the Features page in Space settings.
構文 | entitlementProduct("Product Name") |
|---|---|
サポートされるフィールド | エンタイトルメント |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
everBreached()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
Returns work items that have missed one of their SLA goals.
構文 | everBreached() |
|---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
futureSprints()
まだ開始されていないスプリントに割り当てられている作業項目を検索します。
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()
Perform searches based on the latest released version (i.e. the most recent version that has been released) of a specified space. See also releasedVersions().
「最新」かどうかは、実際のバージョン期限ではなく、バージョンに割り当てられた序数に基づいて判断されます。
構文 | latestReleasedVersion(space) |
|---|---|
サポートされるフィールド | バージョン タイプの "影響を受けるバージョン"、"修正バージョン" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
linkedWorkItem
Searches for epics and subtasks. If the work item is not an epic, the search returns all subtasks for the work item.
企業管理対象スペースにのみ適用されます。
構文 | linkedWorkItem = 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.
完了したスプリントと未完了のスプリントの両方に 1 つの作業項目が属している場合もあります。closedSprints() もご確認ください。
構文 | openSprints() |
|---|---|
サポートされるフィールド | Sprint |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
organizationDetail()
組織の詳細に基づいて検索を実行します。
In Customer Service Management
この関数は、最大 32,000 の組織を返します。
構文 | organizationDetail("Field Name", "Field Value") |
|---|---|
サポートされるフィールド | 組織 |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
Jira Service Management で必要な権限
この関数は、最大 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 サブスクリプションがあるサイトにのみ適用されます。
特定の条件によって一時停止されている SLA を持つ作業項目を返します。
カレンダー時間外のために一時停止されている作業項目を検索するには、withinCalendarHours() を使用します。
構文 | paused() |
|---|---|
サポートされるフィールド | SLA |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
pending()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
承認ステップが保留中のリクエストを検索します。
構文 | pending() |
|---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
pendingApprovalBy()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
Search for requests where any specified user is the approver for a pending approval step and is yet to approve or decline the approval. You must specify a username.
構文 | pendingApprovalBy(user1, user2) |
|---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
pendingBy()
Jira Service Management サブスクリプションがあるサイトにのみ適用されます。
特定のユーザーが保留中の承認ステップの承認者であり、リクエストをの承認を実行したか、または却下したか分からないリクエストを検索します。ユーザー名を入力する必要があります。
構文 | pendingBy(user1, user2) |
|---|---|
サポートされるフィールド | 承認タイプのカスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
spacesLeadByUser()
Find work items in spaces 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 にログインしていない場合は、ユーザーを指定する必要があります。
構文 | spacesLeadByUser()
spacesLeadByUser(username) |
|---|---|
サポートされるフィールド | スペース |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
spacesWhereUserHasPermission()
ご自身が特定の権限を持つスペース内で作業項目を検索します。この関数はスペース レベルで実行されます。つまり、スペースで権限 ([作業項目を編集] など) が作業項目の報告者に付与されている場合、ご自身が報告者ではない (したがって権限が指定されていない) 作業項目が返される可能性があります。
Jira にログインしているユーザーのみがこの関数を利用できます。
構文 | spacesWhereUserHasPermission(permission)For the |
|---|---|
サポートされるフィールド | スペース |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
spacesWhereUserHasRole()
Find work items in spaces where you have a specific role.
Jira にログインしているユーザーのみがこの関数を利用できます。
構文 | spacesWhereUserHasRole(rolename) |
|---|---|
サポートされるフィールド | スペース |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
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 サブスクリプションがあるサイトにのみ適用されます。
カレンダーにかかわらず、実行中の SLA を持つ作業項目を返します。
カレンダー時間に基づいて実行中の作業項目を検索するには、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()
今週作成された新しい作業項目を検索します。この機能は、ルック & フィール設定で日付ピッカーの ISO8601 が無効になっている場合、既定で日曜日を週の最初の日と見なします。週の開始日として別の日 (月曜日など) を使用することもできます。
startOfDay()、startOfMonth()、startOfYear()、endOfDay()、endOfWeek()、endOfMonth()、endOfYear() もご参照ください。
構文 | startOfWeek()
startOfWeek("inc")ここで、 |
|---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
startOfYear()
検索実行日の年始に基づいて検索を実行します。
startOfDay()、startOfWeek()、startOfMonth()、endOfDay()、endOfWeek()、endOfMonth()、endOfYear() もご参照ください。
構文 | startOfYear()
startOfYear("inc")ここで、 |
|---|---|
サポートされるフィールド | 日付/時間タイプの "作成日時"、"期限日"、"解決日時"、"更新日時" カスタム フィールド |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
subtaskWorkTypes()
サブタスクである作業項目に基づいて検索を実行します。standardWorkTypes() も参照してください。
構文 | subtaskWorkTypes() |
|---|---|
サポートされるフィールド | タイプ |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
unreleasedVersions()
Perform searches based on the unreleased versions (i.e. versions that your Jira administrator has not yet released) of a specified space. You can also search on the unreleased versions of all spaces, by omitting the project parameter. See also 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 work item’s fields, creating or deleting a comment, or editing a comment (only the last edit).
時間範囲については、以下の形式のいずれかを使用します。
"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 サブスクリプションがあるサイトにのみ適用されます。
SLA カレンダーに基づいて実行中の SLA を持つ作業項目を返します。
For example, say your space 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 |
サポートされる演算子 |
|
サポートされない演算子 |
|
例 |
|
この内容はお役に立ちましたか?