Skip to content

Commit d7e4bf2

Browse files
committed
Modified issues filter expression to cover all resolved or closed tickets (instead of resolved but NOT closed)
1 parent 1c59323 commit d7e4bf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/ReleaseManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ All Apache Thrift releases go through a 72-hour final release candidate voting p
111111

112112
1. Generate the content for `CHANGES.md` - this is one of the most time-consuming parts of the release cycle. It is a lot of work, but the result is well worth it to the consumers of Apache Thrift:
113113

114-
1. Find all [Issues Fixed but not Closed in 1.0.0](https://issues.apache.org/jira/issues/?filter=-1&jql=project%20%3D%20thrift%20and%20fixVersion%20%3D%201.0.0%20and%20status%20!%3D%20closed) (adjust the version in the link to suit your needs).
114+
1. Find all [Issues with fixed in 1.0.0 that are not open](https://issues.apache.org/jira/issues/?filter=-1&jql=project%20%3D%20thrift%20and%20resolution%20%3DFixed%20%20AND%20fixVersion%20%3D%201.0.0%20AND%20status%20!%3D%20Open) (adjust the version in the link to suit your needs).
115115

116116
1. Export the list of issues to a CSV (Current Fields) and open in Excel (or a similar spreadsheet).
117117

0 commit comments

Comments
 (0)