Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/jira/base_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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={})
Expand Down