Hi, everybody!
I'm using Atlas CRM and Project Automation for JIRA and try to set up a company to a newly created with Project Automation for JIRA issue throught More options->Additional fields with
"fields": {
"company": "{{issue.company}}"
}
but that just doesn't work
Atlas CRM currently doesn't officially support setting the company entity property via automation. It should however just work. You have to set the company id and name together:
{
"id": 17597001901513,
"name": "Atlas CRM"
}
The 'Entity Properties' add-on from Atlassian Labs is very helpful in debugging.
Note that when linking multiple contacts/companies, this is a list:
{
"id": [
17592187005661,
17592187009103,
17592187005651,
17592187005666
],
"name": [
"Mitchel Kuijpers",
"Mats Stijlaart",
"Gert-Jan van de Streek [Avisi]",
"Maarten Testuser"
]
}
Also, note that the fields are named relations_contact and relations_company. The fields are aliased contact and company.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.