Activities
- Connect to Connect to JIRA
- Disconnect from JIRA
- CreateIssue
- DeleteIssue
- GetIssues
- GetProjects
- ResolveIssue
- UpdateIssue
...
- Connection (type: object): outputs an JIRA Connection. This parameter should be used as input for all Connection parameters used for activities placed under JIRA category.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables
or input directly in the property field. E.g. "D00012" for Username property.
Disconnect from JIRA
This activity disconnects the specified JIRA account.
...
- Connection (text box editor type) (type: object): the JIRA Connection. The output parameter from Connect To JIRA activity should be used as Input here.
Create
...
Issue
This activity creates a new entry of class 'Computer' in Active Directoryissue in JIRA.
Activity Parameters
The Create Computer Issue activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Attributes Assignee (text box editor type) (type: string): enter computer specific Attributes for the new created computer. Here can be inserted attributes that would not be created by default with the activity (optional attributes in AD). For example, it can be inserted the displayName attribute. In te Collection editor window, when adding a new member, at Name insert the attribute's name (e.g. displayName) and at Value insert the value that the attribute should take.CN String the assignee name. E.g. "D00018" is the username of the JIRA account that the new created task will be assigned to.
- Description (text box editor type) (type: string): the CN String value of the place where the computer will be created. For Example: 'CN=TEST'. This value will be associated with the CN attribute.CSV Attributes (text box editor typeenter the description for the new created JIRA issue.
- Issue Type (combo box control) (type: string): overrides the 'Attributes' parameter. The values must be entered with the format: "Attribute1Name,Attribute1Value;Attribute2Name,Attribute2Value". This field can be used in order to provide all the desired attributes and their values on a single field. The example presented in the screenshot can be translated as "displayName,TestingMachine".
Parent Entry select the text value of the issue type. E.g. "New Feature" if the new created issue is a new feature type of JIRA task. - Project Key (text box editor type) (type: string): the parent entry for enter the project key where the new JIRA issue will be created computer. The parent entry can be linked to a variable outputed by the GetEntry activity or written by hand. The accepted format should be written as in the given example: "LDAP://VSRPDC201.FMRP.intern/OU=Computers,OU=__DEV-Testing,DC=FMRP,DC=intern":
sAMAccountName . Use GetProjects activity to obtain the existing JIRA project keys or input directly the project key value. E.g. "FLOWSTER" for the project key. - Summary (text box editor type) (type: string): the sAMAccountName enter the summary text (title of the issue) for the new computerJIRA issue.
The Read Only Output variable are the possible output values that the activity will provide:
- Entry PathOutput Id (type: string): outputs the path of ID for the new created computerissue.
Execution: the activity will output the result of the computer creation, displaying the newly created machine's Path:
...