# File lib/jira/resource/user.rb, line 14
      def self.singular_path(client, key, prefix = '/')
        collection_path(client, prefix) + '?username=' + key
      end