You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/05/03 14:20:58 UTC

[maven-site] branch master updated: Use resolution instead of status to list all unresolved issues (which includes reopened issues as well)

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 12a2da0  Use resolution instead of status to list all unresolved issues (which includes reopened issues as well)
12a2da0 is described below

commit 12a2da0f58696b9bc14f7a7835cbba59c9f39422
Author: Robert Scholte <rf...@apache.org>
AuthorDate: Sun May 3 16:20:50 2020 +0200

    Use resolution instead of status to list all unresolved issues (which includes reopened issues as well)
---
 content/apt/developers/release/maven-project-release-procedure.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/developers/release/maven-project-release-procedure.apt b/content/apt/developers/release/maven-project-release-procedure.apt
index 0cc37e3..16f5c07 100644
--- a/content/apt/developers/release/maven-project-release-procedure.apt
+++ b/content/apt/developers/release/maven-project-release-procedure.apt
@@ -91,7 +91,7 @@ We solved N issues:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=XXXXXX&version=YYYYYYY&styleName=Text
 
 There are still a couple of issues left in JIRA:
-https://issues.apache.org/jira/issues/?jql=project%20%3D%20XXXXXXXXXX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
+https://issues.apache.org/jira/issues/?jql=project%20%3D%20XXXXXXXXXX%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-[YOUR REPOSITORY ID]/