Wiki

Clone wiki

Smart Review for Jira / Configure workflow

Summary

This article describes configuring Jira workflow to synchronize Crucible review with Jira issue.

See Atlassian docs Editing an issue workflow and Advanced workflow configuration.

Workflow Extensions

You may use the following workflow extensions:

  • Post-Function Smart Sync Review - creates/updates review (reopens closed one, if required) and fills it with content. You may customize it to add current user as reviewer.
  • Validator No Active Review - validates there are no open review with content in Crucible for this issue.
  • Post-Function Close Inactive Review - closes any open review without content in Crucible for this issue.

Suggested Approach

While you may implement many different scenarios, we suggest you the following approach:

  • Add Post-Function Smart Sync Review with 'Add Reviwer' set to 'false' to your 'To Review' transition (which is performed by author when the task is completed)
  • Add Post-Function Smart Sync Review with 'Add Reviwer' set to 'true' to your 'Start Review' transition (which is performed by reviewer when review is about to begin)
  • Add Validator No Active Review and Post-Function Close Inactive Review to your 'Accept Review' transition (which is performed by reviewer after accepting and closing review in Crucible)

Updated