RULE plugin for sailpoint iiq 8.3

Which IIQ version are you inquiring about?

Version 8.3

Please share any other relevant files that may be required (for example, logs).

Rule Plugin Setup Instructions (1).docx (115 KB)

Share all details related to your problem, including any error messages you may have received.

Can someone guide me from where I can find Rule plugin for sailpoint iiq 8.3 .It is available for 7.0 iiq version. Please help me with zip file
When I am trying to upload older version zip file in plugin section it is throwing error like manifest file not found or not supported. Please check and help me with plugin.

Hi @rituv001,

here you can find the guide for 8.3

I suggest to you to start with an other plugin and make some test with little changes, this for example:
https://community.sailpoint.com/t5/Professional-Services/Target-Aggregation-Extension/ta-p/176995

or an other that you can find on this page:

Also, you problem could depends from some factor, first of all version of plugin is not compatible with SP 8.3.

In Plugin Guide provided fro 8.3 only specifies to changes version of the zip file.
Can you help me where else changes are required.

plugin upgrade
For versioning information, see Developing Plugins.
Upgrade to a newer version of a plugin. Upgrading a plugin to the same version or a previous version is not supported.
While developing a plugin, this behavior can be disabled for easier testing. To do so, include a “-dev” suffix on the version, for example, 2.0-dev.
The version of a plugin can either be official or development.
Development versions end with the suffix ‘-dev,’ for example, 2.0-dev, and bypass most version checks so that the plugin can be recompiled, upgraded and tested easily.
Official versions drop the ‘-dev’ suffix and can only be installed over a development version or an earlier official version. The minimum upgradeable version must also be valid.
Valid upgrade paths:
l 1.0 → 2.0-dev
l 2.0-dev → 2.0-dev
l 2.0-dev → 2.0
l 1.0 → 2.0

the reason could be a lot.

  • plugin structure
  • java class
  • deprecated funcion
  • ecc…

for example this the same plugin for 7.1 and 8.1, are totally differnt:
7.1
image
8.1
image

I think you need to reqrite your plugin or if a know plugin, you can search the new version

To recreate plugin will be a cpmplex task .I am looking for new version if you can provide me because in plugin list I can’t find new one.
This plugin is simple and has manifest file and tried updating version of manifest file but no luck.

image

The error says not supported which means, update the value of minSystemVersion=“8.0” in manifest file.

I would suggest walk through the TODO sample plugin. You’ll get some idea
sailpoint-labs-internal/TodoPlugin: Sample IIQ 7.1 Plugin (github.com)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.