If i have a table CUSTOMER, i want to add a new column to the table and create another table. Is that possible?
Hi @Selvi Vithilinga ,
you can update by yourself a table within cloud instance. In order to add metadata to your users you can try this app https://marketplace.atlassian.com/apps/1218835/enhanced-user-profile-for-jira?hosting=cloud&tab=overview
Hope this helps,
Fabio
Hi @Selvi Vithilinga , what is your end goal?
I can see that your deployment type is cloud and hence you cannot add directly. You will have to write your own plugin using Atlassian Connect Framework or Forge
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The end goal is to display username with their nationality.
For example@ John smith [FR] and currently we do not have the details of nationality in the database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would suggest this way:
You can set some rules for appending the nationality with the user's display name combination at the Active Directory level (obviously, you will have to work with your AD/IT admin for this) and integrate it with Atlassian Access. which means the user's display names will get pulled from AD along with their nationality and it will not be editable by a user. so that the user's display name will show in the format that you required. Through Atlassian access, you can control your Atlassian user's profile access under managed accounts and the combination will get displayed on the Atlassian products linked with Atlassian access.
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.