Skip to main content
Skip table of contents

structure-effect-provider

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

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

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.