Class: Ansible::Ruby::Modules::Jira

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb

Overview

Create and modify issues in a JIRA instance.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#assigneeString?

Returns Sets the assignee on create or transition operations. Note not all transitions will allow this.

Returns:

  • (String, nil)

    Sets the assignee on create or transition operations. Note not all transitions will allow this.



56
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 56

attribute :assignee

#commentString?

Returns The comment text to add.

Returns:

  • (String, nil)

    The comment text to add.



48
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 48

attribute :comment

#descriptionString?

Returns The issue description, where appropriate.

Returns:

  • (String, nil)

    The issue description, where appropriate.



36
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 36

attribute :description

#fieldsHash?

Returns This is a free-form data structure that can contain arbitrary data. This is passed directly to the JIRA REST API (possibly after merging with other required data, as when passed to create). See examples for more information, and the JIRA REST API for the structure required for various fields.

Returns:

  • (Hash, nil)

    This is a free-form data structure that can contain arbitrary data. This is passed directly to the JIRA REST API (possibly after merging with other required data, as when passed to create). See examples for more information, and the JIRA REST API for the structure required for various fields.



72
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 72

attribute :fields

#inwardissueString?

Returns Set issue from which link will be created.

Returns:

  • (String, nil)

    Set issue from which link will be created.



64
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 64

attribute :inwardissue

#issueString?

Returns An existing issue key to operate on.

Returns:

  • (String, nil)

    An existing issue key to operate on.



44
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 44

attribute :issue

#issuetypeString?

Returns The issue type, for issue creation.

Returns:

  • (String, nil)

    The issue type, for issue creation.



40
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 40

attribute :issuetype

#linktypeString?

Returns Set type of link, when action ‘link’ selected.

Returns:

  • (String, nil)

    Set type of link, when action ‘link’ selected.



60
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 60

attribute :linktype

#operation:create, ...

Returns The operation to perform.

Returns:

  • (:create, :comment, :edit, :fetch, :transition, :link)

    The operation to perform.



16
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 16

attribute :operation

#outwardissueString?

Returns Set issue to which link will be created.

Returns:

  • (String, nil)

    Set issue to which link will be created.



68
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 68

attribute :outwardissue

#passwordString

Returns The password to log-in with.

Returns:

  • (String)

    The password to log-in with.



24
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 24

attribute :password

#projectString?

Returns The project for this operation. Required for issue creation.

Returns:

  • (String, nil)

    The project for this operation. Required for issue creation.



28
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 28

attribute :project

#statusString?

Returns The desired status; only relevant for the transition operation.

Returns:

  • (String, nil)

    The desired status; only relevant for the transition operation.



52
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 52

attribute :status

#summaryString?

Returns The issue summary, where appropriate.

Returns:

  • (String, nil)

    The issue summary, where appropriate.



32
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 32

attribute :summary

#timeoutInteger?

Returns Set timeout, in seconds, on requests to JIRA API.

Returns:

  • (Integer, nil)

    Set timeout, in seconds, on requests to JIRA API.



76
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 76

attribute :timeout

#uriString

Returns Base URI for the JIRA instance.

Returns:

  • (String)

    Base URI for the JIRA instance.



12
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 12

attribute :uri

#usernameString

Returns The username to log-in with.

Returns:

  • (String)

    The username to log-in with.



20
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 20

attribute :username

#validate_certsBoolean?

Returns Require valid SSL certificates (set to ‘false` if you’d like to use self-signed certificates).

Returns:

  • (Boolean, nil)

    Require valid SSL certificates (set to ‘false` if you’d like to use self-signed certificates)



80
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jira.rb', line 80

attribute :validate_certs