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 5b8789a

Browse files
authored
Merge pull request #392 from gitkraken/GIT-6062-release-5xx-plus-jira-10-docs-main
GIT-6414 Update JQL page on HC with corrected info
2 parents 1100011 + f8580c2 commit 5b8789a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Jira JQL has been extended as follows:
2525

2626
| Criteria Name | JQL Field Syntax | Description | Search Result Value Example |
2727
| :--- | :--- | :--- | :--- |
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)_ |
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)_ |
2929
| 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` |
3030

3131
**Examples:**<br>
@@ -40,10 +40,10 @@ gitCommitsReferenced is not empty AND resolution = Unresolved
4040
<tr>
4141
<td style="padding:10px;">
4242
<b style='background-color:#E2FCEF; padding:1px 5px; color:#006745; border-radius:3px; margin: 0 5px; font-size: small;'>VERSION 4.28+</b> <b style='background-color:#DEEAFE; padding:1px 5px; color:#0C42A3; border-radius:3px; margin: 0 5px; font-size: small;'>VERSION 5.1+</b><br><br>
43-
The <code>gitCommitsReferenced</code> field now additionally supports project filtering.<br><br>
43+
The <code>gitCommitsReferenced</code> field now additionally supports project filtering. Note that <code>gitCommitsReferenced</code> can only use <code>IS NOT</code> or <code>IS</code> operators.<br><br>
4444
The resulting set in the response to the user's request has not changed. The only difference is that, before, the project filter is applied only after the filter. Now, it is applied inside the filter as well.<br><br>
4545
See the JQL query with the project filter together with the <code>gitCommitReferenced</code> field below:<br><br>
46-
<code>project = ISSUE_KEY AND gitCommitsReferenced is EMPTY</code>
46+
<code>project = PROJECT_KEY AND gitCommitsReferenced IS EMPTY</code>
4747
</td>
4848
</tr>
4949
</table>
@@ -74,7 +74,7 @@ You can save the JQL search results to CSV, HTML, XML or Word via **Export**.
7474
JQL has some limitations. Having more than 65,000 active Jira issues may cause the query to timeout. In some cases, it is better to add more conditions to narrow down the number of results.
7575

7676
For example, you can try inverting the order of the query:<br>
77-
`gitCommitsReferenced = true AND project = XXX`
77+
`gitCommitsReferenced IS NOT empty AND project = PROJECT_KEY`
7878

7979
&nbsp;
8080
* * *

0 commit comments

Comments
(0)

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