Forums

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

How to add edit listener to one field for one project

mliebelt May 17, 2018

We want to have the following:

  1. When a field (with a user ID) is edited
  2. a function should be called to lookup the email address of that ID
  3. and save that in a (read-only) field.

I have read some documentation about event listeners, and I am not quite sure if that will work in that way.

 

Does any one know some solution to our problem at hand?

1 answer

0 votes
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.
May 17, 2018

You can develop a listener. It will do the job. Catch the issue updated event and make all changes

mliebelt May 19, 2018

Thank's for your input. How about the implementation just for one project? As I understand, an event listener is just some code, how is that included then in the configuration? Where? 

I know how to add post-functions in a workflow, but an event listener is there all the time. We have the requirement to implement it only for one (or a few projects), not for all.

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.
May 20, 2018
mliebelt May 21, 2018

Thank you a lot for the resources, I will have a look at it. Seems that I have to solve the customization for a project by myself, but perhaps this is not so difficult to do.

Suggest an answer

Log in or Sign up to answer