HI @Urmo Luts
You can use Atlassian Automation. (https://www.atlassian.com/software/jira/features/automation)
Smart value is {{issue.reporter.emailAddress}}
For exemple :
Trigger -> Issue created
Action -> Edit Issue / custom field -> implement smart value
Regards
is there any way that when i can get reporter.emailAddress to custom field that system can take only part @emailhost.com?
I dont need full email, only host/domain.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use this smart value regex
exemple with Hello World
{{issue.summary.substringAfter("W")}} -> orld!
So
{{issue.reporter.emailAddress.substringafter("@")}}
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.