View Source

h2. Situation
Set up a configuration to generate builds of a project and achieve below purposes:
# QuickBuild should use next unreleased version of that project in JIRA as version of the new build.
# For JIRA issues marked as fixed in SCM commit comments, QuickBuild should update status of these issues in JIRA to be _resolved_ under the developer's JIRA account.
# QuickBuild should mark corresponding versions of the project in JIRA as _released_.
# For all above resolved issues, QuickBuild should update the _fix version/s_ field to include the build version.
# When navigate to build detail, issue keys in the commit comments should be rendered as issue links.
# User should be able to view all resolved/related issues in a particular build.
# User should be able to view all builds and SCM changes relating to a particular issue at JIRA side.
h2. Demonstration

h2. Resolution