Class: Ansible::Ruby::Modules::Jira
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Jira
- Defined in:
- lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb
Overview
Create and modify issues in a JIRA instance.
Instance Method Summary collapse
-
#assignee ⇒ String?
Sets the assignee on create or transition operations.
-
#comment ⇒ String?
The comment text to add.
-
#description ⇒ String?
The issue description, where appropriate.
-
#fields ⇒ Hash?
This is a free-form data structure that can contain arbitrary data.
-
#inwardissue ⇒ String?
Set issue from which link will be created.
-
#issue ⇒ String?
An existing issue key to operate on.
-
#issuetype ⇒ String?
The issue type, for issue creation.
-
#linktype ⇒ String?
Set type of link, when action ‘link’ selected.
-
#operation ⇒ :create, ...
The operation to perform.
-
#outwardissue ⇒ String?
Set issue to which link will be created.
-
#password ⇒ String
The password to log-in with.
-
#project ⇒ String?
The project for this operation.
-
#status ⇒ String?
The desired status; only relevant for the transition operation.
-
#summary ⇒ String?
The issue summary, where appropriate.
-
#timeout ⇒ Integer?
Set timeout, in seconds, on requests to JIRA API.
-
#uri ⇒ String
Base URI for the JIRA instance.
-
#username ⇒ String
The username to log-in with.
-
#validate_certs ⇒ Boolean?
Require valid SSL certificates (set to
falseif you’d like to use self-signed certificates).
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#assignee ⇒ String?
56 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 56 attribute :assignee |
#comment ⇒ String?
48 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 48 attribute :comment |
#description ⇒ String?
36 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 36 attribute :description |
#fields ⇒ Hash?
72 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 72 attribute :fields |
#inwardissue ⇒ String?
64 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 64 attribute :inwardissue |
#issue ⇒ String?
44 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 44 attribute :issue |
#issuetype ⇒ String?
40 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 40 attribute :issuetype |
#linktype ⇒ String?
60 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 60 attribute :linktype |
#operation ⇒ :create, ...
16 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 16 attribute :operation |
#outwardissue ⇒ String?
68 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 68 attribute :outwardissue |
#password ⇒ String
24 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 24 attribute :password |
#project ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 28 attribute :project |
#status ⇒ String?
52 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 52 attribute :status |
#summary ⇒ String?
32 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 32 attribute :summary |
#timeout ⇒ Integer?
76 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 76 attribute :timeout |
#uri ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 12 attribute :uri |
#username ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 20 attribute :username |
#validate_certs ⇒ Boolean?
80 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 80 attribute :validate_certs |