Hi
In our Cloud instance, we are trying to somehow populate a custom field based on the requester's the organization/domain name.
I've read through this topic https://community.atlassian.com/t5/Jira-Service-Management/Smart-value-for-Organization/qaq-p/1395197 and the smart value
{{issue.Organizations.first.name}}
works on the condition that the field "Organizations" is filled in. But we have banned this field since using it has unintended consequences (i.e. if it is filled in, it automatically shares the request with the said organization, regardless of global settings).
Is there a method or smart value that will either pull the organization's name or requester's domain and put it into the custom field? There is definitely a mechanism that recognized someone belonging to an organization without the organizations field being filled in ("reporter is in organization X" method).
You could use something like this:
{{issue.reporter.email.substringAfter("@")}}
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.