diff --git a/lib/jira/base_factory.rb b/lib/jira/base_factory.rb index f1fe4900..99747f40 100644 --- a/lib/jira/base_factory.rb +++ b/lib/jira/base_factory.rb @@ -38,7 +38,7 @@ def self.delegate_to_target_class(*method_names) # The principle purpose of this class is to delegate methods to the corresponding # non-factory class and automatically prepend the client argument to the argument # list. - delegate_to_target_class :all, :find, :collection_path, :singular_path, :jql + delegate_to_target_class :all, :find, :collection_path, :singular_path, :jql, :jql_v2 # This method needs special handling as it has a default argument value def build(attrs={})