How Can I Automatically Link Fields Between Kiwi TCMS and Jira?

I’m working with Kiwi TCMS and have integrated it with Jira using the ‘Add Bug Tracker’ option. This allows for seamless creation of Jira issues when I select ‘Report Bug’ in Kiwi TCMS. However, I would like to enhance this integration by establishing an automatic mapping between specific fields in Kiwi TCMS and corresponding fields in Jira whenever a new issue is generated. For instance, I aim to map the Reporter field to the Reporter field, the Product field to the Components field, and the Category field to the Labels field in Jira.

My specific inquiries are:

  • Is there a way to automate the mapping of fields between Kiwi TCMS and Jira?
  • If so, what steps are necessary to implement this? Are there any configurations or custom settings required?
  • Are there plugins or scripts that could help, possibly utilizing the Jira API for this field mapping?

I would greatly appreciate any tips or examples you could share. Thank you for your assistance!

Hey there! In Jira, you might want to try using webhooks or automaion rules. These can help in mapping and syncing fields automatically. You can create a custom script that triggers on ticket creation, fetching data from Kiwi TCMS via API. Hope this helps! :smile: