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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.