-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Trigger - Manual from Issue
-
Minor
Issue Summary
When using the "Create work item" component, you are blocked when trying to create a work item which has a workflow with a validator that requires attachments to be present.
Steps to Reproduce
- Create an automation rule that creates work items and copies attachments from the current work item
- Find the rule works if no validator exists in the target workflow. If a validator does exist checking for attachments, the rule will fail/work item will not be created
Expected Results
Work items should be able to be created so long as the validator is fulfilled (E.G. copying attachments from current issue)
Actual Results
Work item creation will fail due to the validator, even if attachments are included.
Workaround
Remove the validator, or work-around it by other means such as moving a work item to the destination target rather than creating it fresh at the destination.