Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to copy user property key to customfield

Oleksiy Ohmush January 4, 2019

Is it possible to store some infromation in user property keys and use it in issue as customfield value?

 

Like i have user property key  "Pament type" with value "Credit Card"

I want to copy this value to issue customfield "Payment type" when this user is in userfield

 

Is it possible using jira or some plugins?

1 answer

1 accepted

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 4, 2019

Hello,

It is possible. But you need an add-on to provide you a custom field, which would choose user properties.

For example, you could use the Power Custom Fields Premium add-on:

https://marketplace.atlassian.com/apps/1210749/power-custom-fields-premium?hosting=server&tab=overview

You could create a custom field with a code like this:

return getUserProperty(currentUser(), "Payment type");

Suggest an answer

Log in or Sign up to answer