I want to automatically create a Jira Service Management (JSM) customer when the Sales Status in Atlas CRM changes to “Won.”
I tried using Jira Automation, but the Atlas CRM app does not expose any field or trigger that allows me to add a condition like:
When Sales Status changes to Won
Because of this limitation, I couldn’t proceed with automation.
As an alternative, I tried building a Forge app.
Using the app, I was able to successfully create a JSM Organization when the Sales Status changes to Won. However, I am not able to create a new JSM customer ( I can link perfectly if customer is already in jsm).
I’m facing an issue where the JSM API does not allow customer creation, and it seems that customers must be manually invited to the JSM instance.
So I have two questions:
Is it true that JSM customers cannot directly create a JSM customer via REST API unless the user already exists as an Atlassian account and must be invited manually?
Has anyone implemented a workaround or solution to automatically create or invite JSM customers when a deal is marked as Won in Atlas CRM?
Any guidance or suggestions would be really helpful.
Thanks in advance!
Hi @Monika Rani
You would first need to create the customer via the API endpoint
Then you would need to add this new customer to an existing organization, https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization/#api-rest-servicedeskapi-organization-organizationid-user-post
@Marc -Devoteam- yes, I need to create customer via API endpoint and I can do this perfectly but I want to do this after changing the sales status to "won" in Atlas CRM. I am using forge here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Monika Rani
Atlas CRM is a 3rd party integration, if that app has no API options, there is nothing the Jira API can do with this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Anton Storozhuk _Mria Labs_
On promoting a 3rd party app, please state in your username, then name of the app vendor, if you are part of that vendor (see community policy and guidelines)
Otherwise, list this app as a suggestion, as a replacement for Atlas CRM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Monika Rani
In Jira Service Management Cloud you can create a customer directly via REST:
It adds a customer to the JSM instance using email + displayName.
This endpoint requires Jira Administrator (global permission).
Having the right OAuth/Forge scope is not enough by itself; the caller must still effectively have admin permission.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I have admin permissions but I want to do this after changing the sales status to "won" in Atlas CRM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.