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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/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, #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.



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

attribute :assignee

#commentString?

Returns The comment text to add.

Returns:

  • (String, nil)

    The comment text to add.



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

attribute :comment

#descriptionString?

Returns The issue description, where appropriate.

Returns:

  • (String, nil)

    The issue description, where appropriate.



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

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.



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

attribute :fields

#issueString?

Returns An existing issue key to operate on.

Returns:

  • (String, nil)

    An existing issue key to operate on.



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

attribute :issue

#issuetypeString?

Returns The issue type, for issue creation.

Returns:

  • (String, nil)

    The issue type, for issue creation.



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

attribute :issuetype

#operation:create, ...

Returns The operation to perform.

Returns:

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

    The operation to perform.



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

attribute :operation

#passwordString

Returns The password to log-in with.

Returns:

  • (String)

    The password to log-in with.



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

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.



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

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.



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

attribute :status

#summaryString?

Returns The issue summary, where appropriate.

Returns:

  • (String, nil)

    The issue summary, where appropriate.



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

attribute :summary

#uriString

Returns Base URI for the JIRA instance.

Returns:

  • (String)

    Base URI for the JIRA instance



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

attribute :uri

#usernameString

Returns The username to log-in with.

Returns:

  • (String)

    The username to log-in with.



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

attribute :username