You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.