Is there a way to get the access revoke decisions from a campaign?
Background on what we are trying to do:
We have been using the JIRA SIM connector to Cloud JIRA, and it works great. Tickets get generated in JIRA for each access item that needs to be removed/revoked after a completed campaign.
We are migrating off of Cloud JIRA to a ticketing system not supported by the OOTB SailPoint JIRA connector, so we’d like to figure out how to duplicate the functionality. I think the closest thing would be to use the campaign signed off webhook and then do some additional queries, but I’m not sure what API query can be used other than fetching the report, and possibly parsing the csv result.
This seems like something that should be easy to do, so I was wondering if anyone else has solved this.