Create Issues based on data retrieved from External Systems
Overview
This script makes an external system call and creates a new issue in a selected project, based on information returned.
Example
I am in charge of the company on-boarding Jira project. Every time a new employee is added to our external HR system, I would like Jira issues to be created based on their department. I can use this script to connect to that systems REST API, retrieve the required data, and create issues automatically, saving me the time and effort of manually creating issues.
Good to Know
- External task type can be defined as a new type to identify what issues has ...