Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CreateItem, UpdateItem, Find, LockItem, UnlockItem, DeleteItem

Operations for Items

...

titleCreateItem

Erstellt ein Item

Description of the Module attributes

Attribute name

Description

...

Details

Configuration → JiraBaseURL

The BaseUrl of the Jira-Server

Configuration → JiraProjectKey

The Key of the Jira project

Configuration → Username

Jira Username

Configuration → Password

Jira Password

Item Key

Internal Key of an item

Task

Defines what operation the teststep should perform for an Item

CreateItem, UpdateItem, Find, LockItem, UnlockItem, DeleteItem

Environment

Environment in which the Item Task is performed

Type

Type in which the Item Task is performend

Data structure → attributes

Expandable list of attributes. Used for Find and UpdateItem Task.

Result Buffers → attributes

Expandable list of attributes, used for Find Task. The attribute name represents the name of the buffer which should be filled with the found item value. the attribute value represents the TDO attribute name from which to get the value for the buffer.

Operations for Items

Expand
titleCreateItem

Creates an Item. The following Teststepvalues need to be filled:

Attribute name

Input Value

Example

Configuration → JiraBaseURL

The BaseUrl of the Jira-Server

Configuration → JiraProjectKey

The Key of the Jira project

Configuration → Username

Jira Username

Configuration → Password

Jira Password

Item Key

N/A

Task

CreateItem

CreateItem

Environment

Environment in which the Item Task is performed

Type

Type in which the Item Task is performend

Data structure → attributes

for each attribute:

attribute name = TDO Type attribute

attribute value = value of the Item attribute

Result Buffers → attributes

N/A

Expand
titleUpdateItem

Updates an Item. The following Teststepvalues need to be filled:

Attribute name

Input Value

Example

Configuration → JiraBaseURL

The BaseUrl of the Jira-Server

Configuration → JiraProjectKey

The Key of the Jira project

Configuration → Username

Jira Username

Configuration → Password

Jira Password

Item Key

Item Key

Task

CreateItem

CreateItem

Environment

Environment in which the Item Task is performed

Type

Type in which the Item Task is performend

Data structure → attributes

for each attribute:

attribute name = TDO Type attribute

attribute value = value of the Item attribute

Result Buffers → attributes

N/A

Expand
titleFind

Expand
titleLockItem

...