Hi to all,
In brief we have many customers on one single jira service desk portal.
We have organized the customers into organizations.
We need a way to automate the process of assigning the right organization when an issue is created, so we have the same organization of the customer on the issue that he/she creates
Is there a way to do it?
I'm trying to do it with Automation for jira, but i can't figure how use the advanced field editing in the right way
Hi @Luca Rustioni and welcome to the community! You can set the organization with the edit issue action. How are you trying to derive your business logic to set the appropriate organization?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually i'm trying to edit the field as in the screenshot, but obviously it doesn't work.
Essentialy i would like to use something like this:
where
/rest/servicedeskapi/organization?accountId=XXXXXXXXXXXXXXXX <-- reporter ID
but I don't know how to use that method in automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
....probably i give a response with the wrong box....anyone has any suggestion?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Luca Rustioni - I'm still not sure I quite understand what you're trying to accomplish. The customer selects which organization they'd like to share the request with as they fill in the form (it is set by default if the customer only has one organization affiliation). If your goal is to ensure the correct organization is set when the issue is created, then you'll probably need to leverage something like Insight because Organizations and Customers are intended for simply enabling authorization into what customers should see.
As an example, let's say I've captured your organizations in an Insight object schema and I wanted to automatically set the Organization based upon Request Type. I could have an object type for Organizations that includes an attribute for Request Type. Then an automation like this:
Hopefully this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.