Class: Molflow::Commands::Jira
- Inherits:
-
Thor
- Object
- Thor
- Molflow::Commands::Jira
- Extended by:
- Molflow::CommandOptions, Client
- Defined in:
- lib/molflow/commands/jira.rb,
lib/molflow/commands/jira/issue.rb,
lib/molflow/commands/jira/client.rb,
lib/molflow/commands/jira/issues.rb,
lib/molflow/commands/jira/projects.rb
Defined Under Namespace
Modules: Client Classes: Actions, Issue, Issues, Projects
Instance Method Summary collapse
Methods included from Client
atlassian_configuration, base_config, client
Methods included from Molflow::CommandOptions
install_options, jira_options, open_options
Instance Method Details
#i(issue_key) ⇒ Object
32 33 34 |
# File 'lib/molflow/commands/jira.rb', line 32 def i(issue_key) Issue.run(.merge issue_key: issue_key) end |
#is ⇒ Object
26 27 28 |
# File 'lib/molflow/commands/jira.rb', line 26 def is Issues.run() end |
#ps ⇒ Object
17 18 19 |
# File 'lib/molflow/commands/jira.rb', line 17 def ps Projects.run end |