Hi,
I have an Onboarding project in Jira for new clients. For each new client an issue is created from Pipedrive to Jira. After the onboarding of the new client is done I want to copy this issue to the Jira Service Management project. This will be done through automation. In the original issue in the Onboarding project I have a field with the Organization ID en a field with the Organization name. I want to use these fields to attach the new Jira Service Management ticket to the right Organization.
In the screenshot is what I have so far. Can anybody point me in de right direction for the correct json to set the Organization field in the new ticket?
This is what I've tried so far:
"customfield_10600": {"id": "{{issue.customfield_10888}}" }
and
"customfield_10600": {"id": "{{issue.customfield_10888}}", "name": "{{issue.summary}}" }
Both options don't seem to work.
Many thanks in advance.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.