Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 31c08d2

Browse files
authored
Merge pull request #393 from gitkraken/GIT-6062-release-5xx-plus-jira-10-docs-main
GIT-6414 Fix examples and add info
2 parents 5b8789a + bcc9cb4 commit 31c08d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎git-integration-for-jira-self-managed/JQL-searching-gij-self-managed.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ taxonomy:
77

88
---
99

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+
1113

1214
 
1315

@@ -25,7 +27,7 @@ The Jira JQL has been extended as follows:
2527

2628
| Criteria Name | JQL Field Syntax | Description | Search Result Value Example |
2729
| :--- | :--- | :--- | :--- |
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 |
2931
| 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` |
3032

3133
**Examples:**<br>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /