I am trying to use automations to update a custom field we have called "Stakeholder" which would assign a user within our company.
I'd like it to be based on the ticket's creator - our system automatically assigns the reporter as the creator if it's an internal ticket - but I have tried both smart values below and neither work:
{{creator.displayName}}
{{issue.reporter.displayName}}
Hello @Taryn Lachter
Is Stakeholder a user picker/People field?
If so then you can Copy the value from another user field (i.e. Creator) into it.
Click the ... button next to the data entry space for the field, and select COPY.
Click on the text that display in the entry field.
Click on the Field to copy value from and select Creator
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad I could help.
Please consider clicking on the Accept Answer button to mark your Question as Solved. This helps others searching for answers find the posts with validated solutions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the type of the Stakeholder custom field? If it's a "user" type, you'll want to use the {{creator.accountId}} smart value.
The "user" type represents "users identified by Atlassian account IDs." I think that choice was made because of GDPR considerations.
ref: https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/
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.