Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the following files

Add the files to your Maven repository

...

The User Profiles for Jira App publish publishes events every minute an event for , which contain all changes that are taken since the last publication. The One event contains the a maximum of 1000 changes as a collection of updates. Each update contains a key of an user, a profile element and the new data. The following table shows the models of the change sets:

...

ProfileElementNameChangedEvent

This event will publish if an is published when the default name of a profile element was is changed. It contains the updated profile element.

ProfileElementRemovedEvent

This event will publish if is published when a profile element was is removed. It contains the removed profile element.

ProfileElementOptionNameChangedEvent

This event will publish if is published when the default name of an option of a profile element was is changed. It contains the updated profile element and the updated option.

ProfileElementOptionRemovedEvent

This event will publish if is published when an option of a profile element was is removed. It contains the updated profile element and the removed option.

...