You can use this module to add your new effect provider to Structure. Effect providers are used by effectors, e.g. to update issue field values.

Example

<structure-effect-provider key="provider-key"
    class="com.company.your.plugin.MyEffectProvider"/>
CODE

Element

Required?

Description

structure-effect-provider

Yes

The module descriptor.

@key

Yes

The unique identifier of the plugin module.

@name

No

The human-readable name of the plugin module.

@class

Yes

The class that implements the effect provider. Must implement EffectProvider.