You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git-integration-for-jira-self-managed/JQL-searching-gij-self-managed.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ taxonomy:
7
7
8
8
---
9
9
10
-
The Git Integration for Jira app has added JQL operators and fields to query Jira using JQL and git context via the Jira search.
10
+
The Git Integration for Jira app has added JQL operators and fields to query Jira using JQL and git context via the Jira search. Our custom fields serve as additional criteria that allow you to filter Jira issues based on associated Git branches and commit references.
11
+
12
+
11
13
12
14
13
15
@@ -25,7 +27,7 @@ The Jira JQL has been extended as follows:
25
27
26
28
| Criteria Name | JQL Field Syntax | Description | Search Result Value Example |
27
29
| :--- | :--- | :--- | :--- |
28
-
| Git Commits Referenced |`gitCommitsReferenced` IS NOT empty<br>`gitCommitsReferenced` IS empty | True for all issues referenced by a git commit<br>True for all issues not referenced by a git commit |`"true"` or "" _(empty string)_|
30
+
| Git Commits Referenced |`gitCommitsReferenced` IS NOT empty<br>`gitCommitsReferenced` IS empty | True for all issues referenced by a git commit<br>True for all issues not referenced by a git commit |IS empty<br>IS NOT empty|
29
31
| Git Branch |`gitBranch` in (`Version-5.2`, `Version-5.3`) | True for all issues referenced by a git commit in branch Version-5.2 and branch Version-5.3 |`Version-5.2,``Version-5.3`|
0 commit comments