Custom apps two way sync dynamic mapping

In the latest version of integrations, such as Jira, it appears that the integrations allow configuration of two way custom field mapping, screenshot below.

However, for custom apps, it seems that only one way field mapping is currently supported, docs: Dynamic mapping

Is it possible to implement two way mapping using the new UI? If not, when would this feature be available to custom apps?

1 Like

Hello there @allanl and welcome to the community!

I hope you like it here!

This feature is not available yet but it is in our roadmap :smile:

We do not have an ETA but when it is ready, we will announce it!

Cheers,
Matias

Hi @Matias.Monday

Is there any way to listen to item created and item updated events, like in the screenshot below? I guess the only way is to manually poll the board.

I noticed there is a change_column_value event, however, it doesn’t trigger when the item name is updated. Is there item updated events?

Hello there @allanl,

You would need to use multiple webhooks, depending on what changes you want to listen to specifically.

Or, you can poll the board as you mentioned :smile: