Hello,
is there any way to automatically create an object in insight when changing the state of the issue?
Use case:
- The issue with custom fields is created
- Adding information to the issue by users
- Issue is approved
- The object is automatically created on approval
The data in the fields in the insight object should be transferred from the fields of the given issue.
For example (fields on the issue):
- Name of application: AppName
- Price: 100eur
- Vendor: VendorName
- From: 9.8.2022
- To: 9.8.2023
An object created after approval:
- id = ${Name Of appliocation}
- Price = ${Price}
- Vendor = ${Vendor}
- Valid from: ${From}
- Valid to: ${To}
Is this possible without an additional application?
If not, can this be implemented using Scriptrunner?