Versions Compared

Key

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

...

  • Output Id (type: string): outputs the ID for the new created issue. 
  • Output Key (type: string): outputs the Key for the new created issue.

 If you want to display the value of the string output parameters use any logging activity that displays string values. E.g. LogTrackData activity.

Image Added 

 

As mentioned above, the values for all the required parameters can be provided by IN arguments or variables ( E.g.JIRAConnection variable for Connection property) or input directly in the property field ( E.g. "FLOWSTER" value for Project Key property).

 

 

Delete Issue

This activity deletes a specified issue in JIRA.

Activity Parameters

The Delete Issue activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Parameters:

  • Issue Key Or ID (text box editor type) 

 

 

 

 

...

  • (type: string): enter the key or id for the issue to be deleted. Use Get Issues activity to obtain the existing JIRA issues keys and ids or input directly the value.  E.g. "FLOW-1200" representing the key of the issue to be deleted. This key of the issue is also visible in JIRA website.   

 

As mentioned above, the values for all the required parameters can be provided by IN arguments or variables ( E.g.IssueKey variable for 'Issue Key Or ID' property) or input directly in the property field. The value stored in IssueKey variable may be the output of Create Issue or Get Issues activities.

 NOTE: the username used to create the connection to the JIRA website must have rights to delete issues. (E.g. the user must have Administrative rights)

 

Get Issues

This activity retrieves a collection of Active Directory entries (paths) based on the input filtersissues for the existing JIRA account.

Activity Parameters

The Get Entries by Filter Issues activity parameters can be provided by manual inserted values or via IN arguments or variables:

...

  • Output (type: collection<collection<collection<string>>>): returns a collection of entries (their paths and attributes).To use the elements of the collection, use Get Element From Collection activity.
  • Output Rows (type: int32)outputs the number of rows retrieved.