-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
Issue Summary
When the user moves subtask from parent A to another parent B then, we should add a comment on parent A.
Steps to Reproduce
- create a rule with below triggers and conditions.
Trigger – Issue updated
Condition1 – if the issue type is Subtask
Condition1 – checking changelog.parent and triggerissue.parent are not equal
Audit log – Printing value of changelog.parent and triggerissue.parent values
when tested with this rule, only triggerissue.parent value is getting printed in audit but changelog.parent is EPMTY.
Expected Results
changelog.parent should print value so that we can put a condition to compare old and new parent then comment can be added to old parent.
Actual Results
changelog.parent value is EPMTY.
- links to
- relates to
-
A4J-2938 Loading...