Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before a release is done, make sure that any issues that are fixed have their fixVersion setup correctly. Run the following JIRA query to see which resolved issues do not have their fix version set up correctly:

...

project

...

=

...

Flume

...

and

...

Resolution

...

=

...

Fixed

...

and

...

fixVersion

...

is

...

EMPTY

...

The result of the above query should be empty. If some issues do show up in this query that have been fixed since the last release, please bulk-edit them to set the fix version to the version being released.

Since the JIRA release note tool will list all JIRAs associated with a particular fixVersion regardless of their Resolution, you may want to remove fixVersion on issues declared as "Duplicate", "Won't Fix", "Works As Expected", etc. You can use this query to find those issues, then just bulk edit them and leave the fixVersion field blank when editing them. (Note that you will need to replace "v1.04.0" below with the version you are trying to release.)

...

...

project

...

=

...

Flume

...

and

...

Resolution

...

!=

...

Unresolved

...

AND

...

Resolution

...

!=

...

Fixed

...

AND

...

fixVersion

...

=

...

"v1.0.0"

...

Finally, check out the output of the JIRA release note tool to see which JIRAs are included in the release, in order to do a sanity check.

...