how we can find the resolver using custom field

Ramaiah Pendli April 11, 2016

when the user move the issue from in progress to resolve the user id should be display in issue display screen, is it possible to with a script field.

1 answer

0 votes
Elifcan Cakmak
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.
April 11, 2016

hi,

you can do this with "update issue custom field" post function. you can use %%CURRENT_USER%% as the value.

Ramaiah Pendli April 11, 2016

which type custom field we have to take for this.

Elifcan Cakmak
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.
April 12, 2016

you need to create a user picker custom field and add it to your view screen of that project.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 12, 2016

If you put this field on the transition screen, the user will be able to change it, and then the post-function will destroy what they've written.  So don't put the field on any transition screens (in fact, it sounds like it should only be put on the issue view sreen)

Suggest an answer

Log in or Sign up to answer