Class: Dev::Jira::User::Type

Inherits:
Object
  • Object
show all
Defined in:
lib/firespring_dev_commands/jira/user/type.rb

Overview

Contains constants representing valid Jira user types

Constant Summary collapse

BOT =

Bot type

:bot
DEVELOPER =

Developer type

:developer
OTHER =

“Other” type

:other
PM =

Project manager type

:pm