You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hz...@apache.org on 2020/09/21 19:56:33 UTC

[helix] branch master updated: Update issue management with github issues (#1206)

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

hzlu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e47b59  Update issue management with github issues (#1206)
8e47b59 is described below

commit 8e47b599bcacac21a26329c56396b466d8471bf8
Author: Huizhi Lu <ih...@gmail.com>
AuthorDate: Mon Sep 21 12:56:18 2020 -0700

    Update issue management with github issues (#1206)
    
    Helix pom still sets jira as the issue management. It should be updated to Apache Helix GitHub issues so the helix website has the correct link.
---
 pom.xml | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f58992..8166e03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,8 +385,8 @@
     <tag>HEAD</tag>
   </scm>
   <issueManagement>
-    <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/HELIX</url>
+    <system>Github</system>
+    <url>https://github.com/apache/helix/issues</url>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
@@ -773,18 +773,17 @@
         <version>2.12.1</version>
         <inherited>false</inherited>
         <configuration>
-          <columnNames>Type,Fix Version,Key,Summary,Assignee,Status,Created</columnNames>
-          <maxEntries>200</maxEntries>
-          <onlyCurrentVersion>true</onlyCurrentVersion>
-          <resolutionIds>Fixed</resolutionIds>
-          <sortColumnNames>Type</sortColumnNames>
-          <fixVersionIds>12324012</fixVersionIds>
-          <useJql>true</useJql>
+          <githubAPIScheme>https</githubAPIScheme>
+          <githubAPIPort>443</githubAPIPort>
+          <includeOpenIssues>false</includeOpenIssues>
+          <onlyCurrentVersion>false</onlyCurrentVersion>
+          <onlyMilestoneIssues>false</onlyMilestoneIssues>
+          <columnNames>Type,Key,Summary,Assignee,Status,Fix Version</columnNames>
         </configuration>
         <reportSets>
           <reportSet>
             <reports>
-              <report>jira-report</report>
+              <report>github-report</report>
             </reports>
           </reportSet>
         </reportSets>