Add data on user api

Hi, im developing an app for jira and i dont want to create another database just for put some infos like the cost rate of the consultant, i want to know if its possible to add some custom field on jira api /users so i can make just one api call on my app, and if the same work for customers because i’ve created in mongodb two field just for the hours cost rate for customer and the monthly budget.

Welcome to the Atlassian developer community @Guilherme,

Not exactly custom fields with all that means for Jira issues, but as custom data, yes. You can use entity properties on users.

1 Like