Icon
For a walk-through the steps of the workflow and its configuration, we refer to Issue Move Walkthrough

Diagram

Step 1: Create a new Activiti project and/or Activiti diagram

The creation of a new Activiti project/diagram is explained in the section on Setting Up Your Workflow Design Workbench

Step 2: Create a Start and End Event

Set the properties for the Start Event:

Start Event > Properties Tab > Main Config

Configuration Variables:

Id
Name
Type
Default
Required
Readable
Writeable
Description
responsibleCommunityThe new responsible community for the issuecommunityStewardtruetruetrueCreates a form that allows the user to select the community.

Step 3: Move the Issue

Set the properties:

Service Task > Properties Tab > Main config

PropertyValueDescription
TypeJava ClassSetting for delegate
Service Classcom.collibra.dgc.core.workflow.activiti.delegate.ChangeIssueResponsibleCommunityThis JavaDelegate takes care of moving an issue to another responsible community

Fields:

Field nameString valueExpressionDescription
responsibleCommunity ${responsibleCommunity}the id of the responsible community you want this issue to be moved to
Icon

Information about the ChangeIssueResponsibleCommunity delegate can be found here: <yourCollibraDomain>/docs/index.html > core > Package: com.collibra.dgc.core.workflow.activiti.delgate > Class: ChangeIssueResponsibleCommunity