-
Bug
-
Resolution: Won't Do
-
Medium
-
None
-
None
-
None
The check is used to create OS_WFENTRY records for an issue. We need to:
- rewrite the check and rename the class to be more concrete and less confusing
- rewrite the check to use a database join to find all the problem issues
- change the check so that it also looks at the current step record, as without the current step record the issue cannot progress through workflow
- ensure the check does not assume that the issue uses the default workflow
- javadoc the class
Note that we already have an Integrity Check that checks the validity of OS_CURRENTSTEP records. The check is called WorkflowCurrentStepCheck. I guess the best thing to do is to combine PrimaryEntityRelationCreate with WorkflowCurrentStepCheck to ensure that the whole integrity is checked.
- is detailed by
-
JRASERVER-10816 Improve Integrity checker
- Closed
- relates to
-
JRACLOUD-10818 Rewrite PrimaryEntityRelationCreate to be more concrete
- Closed