Class: Molflow::Commands::Jira

Inherits:
Thor
  • Object
show all
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(options.merge issue_key: issue_key)
end

#isObject



26
27
28
# File 'lib/molflow/commands/jira.rb', line 26

def is
  Issues.run(options)
end

#psObject



17
18
19
# File 'lib/molflow/commands/jira.rb', line 17

def ps
  Projects.run
end