From e94e61e1c482920b5af73259bc6be0de0f317996 Mon Sep 17 00:00:00 2001 From: aditiguptakantata Date: Wed, 13 Aug 2025 19:17:01 +0530 Subject: [PATCH] add jql_v2 in basefactory --- lib/jira/base_factory.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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={})