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

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 15e2c1aaee86e3a7f7ba1871b0f462aa416359d3
Author: Gilles Sadowski <[email protected]>
AuthorDate: Wed Nov 6 15:23:00 2019 +0100

    Also report issues tagged as "Implemented".
    
    Thanks to Alex Herbert.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4bb5963..0dabcbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
           <columnNames>Fix 
Version,Key,Component,Summary,Type,Resolution,Status</columnNames>
           <!-- Sort cols in natural order when using JQL for JIRA 5.1 -->
           <sortColumnNames>Fix Version DESC,Type,Key DESC</sortColumnNames>
-          <resolutionIds>Fixed</resolutionIds>
+          <resolutionIds>Fixed,Implemented</resolutionIds>
           <statusIds>Resolved,Closed</statusIds>
           <!-- Don't include sub-task -->
           <typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds>

Reply via email to