I am trying to run a rule that will auto-populate a custom user-picker field. Anytime an issue is created I want it to take the value of the reporter field (which I believe is itself a user picker field) and auto-populate the custom user-picker field with that same exact user. Sounds like a simple enough request but I can't see a way to do this via a custom rule. Thanks in advance
Hi @Brian Fisher ,
Try this please:
Keep in mind that you have to change the copy value, as to state "Copy Reporter from current issue".
OK I don't see those options on my screen. Maybe this is a version issue? We are running Jira core 8.11.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that it depends on the JA version and not on Jira version. None the less, you can try what @Fabian Lim proposed then, who said {{reporter.accountId}} and not {{reporter.displayName}} that you wrote.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried a few different variables including {{reporter.accoundid}} none of them worked. DisplayName is just the screenshot I took. When you say JA do you mean Jira Applications? Service Desk is the only one we use (4.11.1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira Automation.
Hold on, let me try something else and come back to you.
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.
Thanks for your help. However it is still not working on my end. No matter what I try putting into a user picker field it doesn't like (first picture). If I change the field type to a single line text field and then create a new issue to trigger the rule, it just displays the variable syntax and doesn't appear to convert it. You say you have it working in a Jira server instance. What version is it on your end?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What version of jjra automation you've got?
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.
After doing a migration to the Jira cloud we were able to get this working. Never got it working in our on-premise environment. My guess is its a limitation of the version we are running
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I recommend you use jira automation with the smart values for your user picker custom field.
Try: {{reporter.accountId}}
Link: https://support.atlassian.com/jira-software-cloud/docs/smart-values-users/
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.