module Capistrano module Jira class TransitionError < StandardError; end class FinderError < StandardError; end end end