Help

The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.

Assign a user based on what is populated in a field

Topic Labels: Formulas
605 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Mary_Usen
4 - Data Explorer
4 - Data Explorer

i have a sync to jira.. i want to assign an airtable user based on the jira user field
For example: if  CM2 field contains John Smith, Mary Jones or Kate Day.. Can i create a formula that assigns John Smith, Mary Jones or Kate Day as an airtable user vs just a text box.. so that they get a notification that work has been assigned.  or does this need to be an automation with a user table?
Thank you

1 Reply 1

You need a automation. While the formula field can calculate the name or email address of the assignee, the value of the formula field will only be text. If the value of the synced Jira field exactly matches the Airtable user name, the automation can simply copy the name from one field to the other. Note that the names must match exactly--spelling, capitalization, spacing, middle name, initials, punctuation, etc.

If the names do not match exactly, you can use a formula field to get an exact match to the Airtable user name.

You do not need a user table in Airtable unless you want one.