Issue Summary
Insight custom fields values are not exported with data pipeline feature
Steps to Reproduce
- Create some Insight custom fields and create some Jira issues containing values filled for those Insight custom fields
- Launch the data pipeline export with the rest api and observe that the issue_fields_XXXXXXXXXXX.csv file in the data pipeline export folder does not contains Insight custom fields values for existing issues.
Note: Export file contains Advanced Roadmap custom fields values and Jira native custom fields values
Expected Results
Data pipeline export should contains Insight custom fields
Actual Results
Data pipeline export does not contains Insight custom fields
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
We ended up having to use a combination of webhooks and asset automations to achieve our BI requirements. Our data models are intrinsicly linked to assets. We also discovered that webhooks don't support assets (like they do in cloud - go figure), so we've had to do something like 24 automation rules to POST to a logstash/opensearch endpoint.
The sustainment overhead on our side for what should be simply an available feature is extremely frustrating. It also means having to recreate the data model on the other side once out of the Jira environment.