Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: About Jira priority field

...

Please take the time to correctly fill the different Jira fields we now use for our releases change logs.

  • Specifiy in Priority: much of the time you can pick what seems to fit. Beware that the default is Major and it does not always fit.
    The Blocker priority can be used when something really blocks OFBiz to start, so it should rarely be used. There are certainly other cases where it can be used, notably when an issue blocks a release.
  • Specifiy in Resolution :
    • Improvements : use either Done or Implemented Status as you feel right
    • New features : use the Implemented Status
    • Bug : use the Fixed Status
    • Of course you might also use other status (like duplicate, won't fix, invalid, etc.) when needed...

...

  • Specify in the Fix Version/s the codebase(s) to which you have committed the patch/fix :
    •  you can select from the dropdown one or more of the items under the "Unreleased Versions" group in the top part of the drop down box;
    •  you should never use one of the items in the "Released Versions"  section (bottom part);
    •  if the commit is only done (ie not backported) on "Trunk" then select "Upcoming Release";
    •  if you are backporting/committing to a release branch then select the latest (next) release version in that branch available in the dropdown. No needs then to put also "Upcoming Release", it's implied.

...