Module: Trackinator
- Defined in:
- lib/trackinator.rb,
lib/trackinator/google.rb,
lib/trackinator/version.rb,
lib/trackinator/importer.rb,
lib/trackinator/you_track.rb
Defined Under Namespace
Classes: Google, Importer, YouTrack
Constant Summary collapse
- ID =
/^(?:\d+\.?)+$/- TYPE =
/^story$|^feature$|^task$|^bug$/- PRIORITY =
/^low$|^normal$|^high$|^show-stopper$/- SUBSYSTEM =
/^android$|^backend$|^ios$|^web$|^roku$/- GOOGLE_REQUIRED =
%w{ project id subsystem summary description outcome }- YOU_TRACK_REQUIRED =
[ "Type", "Subsystem", "Import Identifier" ]
- TRACKINATOR_RC =
%w{ youtrack_username youtrack_password google_username google_password host path_prefix }- VERSION =
"0.0.17"