
Jira Connector
Jira Connector Overview
Features
The connector runs on windows with framework 4.7 installed.
FUNCTIONALITIES
3.1 Get Issue
Functionality to extract all the issues present into the Jira application
3.1.1 Input
• Url (string) - Jira's root url
• User (string) - login credential on Jira
• Password (string) - login credential password on jira
3.1.2 Output
• Response (Json) - Response Json containing main issues informations present on Jira
• Error (string) - Any error found during the execution of the functionality
3.2 InsertIssue
Functionality to insert a new issue.
3.2.1 Input
• Url (string) - Jira's root url
• User (string) - login credential on Jira
• Password (string) - login credential password on jira
• Project (string) - project in which to insert the new issue
• Type (string) - issue type
• Priority (string) - priority issue
• Summary (string) - issue title
• Description (string) - issue description
3.2.2 Output
• Error (string) - Any error found during the execution of the functionality
3.3 UpdateIssue
Functionality to update the main information of a new issue
3.3.1 Input
• Url (string) - Jira's root url
• User (string) - login credential on Jira
• Password (string) - login credential password on jira
• IssueKey (string) - key to uniquely identify an issue
• Type (string) - issue type
• Priority (string) - priority issue
• Summary (string) - issue title
• Description (string) - issue description
3.3.2 Output
• Error (string) - Any error found during the execution of the function
Benefits
The connector enables bots to interact with Jira, reading information or updating it based on the rules implemented in the bot itself
Technical Details
Inputs
The connector runs on windows with framework 4.7 installed.
Outputs
See the "Features" section.
