Releases & Roadmap

Releases & Roadmap

iHub Cloud is now a Forge (on connect) app. We are moving over to forge.

Roadmap

  • Moving fully to Atlassian Forge

  • Retry on failed actions

  • Internal storage for mapping tables, load data from external tools, extract and transform into data cubes that can be used to submit data to other APIs

  • Extended runtime on execution

  • Notifications on failing Flows

  • Audit log for changes

  • Baseline flows

  • Improved Search / Filter for flows, better table view

  • AI Integration flow creation

Release Date

Topic

Notes

Release Date

Topic

Notes

Nov 17, 2025

Drag´n´Drop in action tree

It is now possible to drag and drop the actions, collapse and expand the tree

Nov 16, 2025

Drag´n´Drop in action tree

It is now possible to drag and drop the actions, collapse and expand the tree

Nov 16, 2025

Mock response

Mock response is now available under Response handling to test the flow.
Toggle on/off of an action saves the flow

Nov 10, 2025

AWS simplified support

AWS Signature v4 credentials added

Guide to fetch S3 and EC2 https://rixter.atlassian.net/wiki/spaces/RIFJ/pages/2406973451

Auto convert Response from XML to JSON

JWT token decoder under tools to explore the jwt

Debug for pagination script button

Collapsable side menu

Nov 4, 2025

Saving response as file

Save file response as file to send it to another api later

Oct 29, 2025

Fetch file using api and upload it

https://rixter.atlassian.net/wiki/spaces/RIFJ/pages/2385444866

Attachment History tab on the Log of an action, showing which attachments has been sent

2025-10-28

Added Filter to Action log

It is now possible refresh the logs from an action.

Flow list persist the user setting for filter Enabled / Disabled

2025-05-10

API to Source Control in other tools such as git, exporting, importing.

https://rixter.atlassian.net/wiki/spaces/RIFJ/pages/2218131462

2025-04-03

Mustache testing tools

Test your scripts

2025-03-04

Darkmode

 

2025-02-05

Created/Updated and CreatedBy / UpdatedBy added

On the Integration → Details tab the information about who and when the integration was updated is displayed.

2025-01-08

New handlebar for ifEqual and bugfixes

New handlebar {{#ifEqual response.data.id "AS-1234"}}<p>The ID matches AS-1234!</p>{{else}}<p>The ID does not match.</p>{{/ifEqual}}
Bugfix for attachment

2024-11-25

Static IP

iHub Cloud now uses a single static IP 52.210.78.237. Use this in your FW to allow iHub cloud to connect to internal systems

2024-11-14

Scripted Action as its own type

Click Add new action and select Script Action

Add a javascript which will take the scope from prev actions and process the data. The output will be added to the scope so that the next action can utilize it.

Test script by using the debug button

 

2024-10-28

Ability to test script in the UI without running the action

Button to run script and put in test data. It will use the latest log as default. Click the bug icon on the script.

2024-10-15

Bug fix and UI fixes

Data Field select list

Fixed bug on iteration for trigger payload.
Added new data field selector button This will show the syntax for getting hold of data in the context using mustache or json path.
Added validation on iterator, must start with $.
Minor UI font size updates.

 

 

2024-10-01

New table for Integration list.

Bugfix Condition tab.

New table making it possible to filter on columns and being repsonsive.

Fixed issue where removing conditions could leave empty conditions behind.

2024-09-24

UI changes and add Flow Variables

Changed name from Execution Log to Log

Added webUrl in _flow scope, direct link to an integration

Renamed variables to Pre and Post-request variables.

UI layout, moved created button for action.

Added Log tab on Actions

2024-09-23

Sharable link

This is a shareable link. You can send it to your friends or colleagues so they can access the same content

2024-08-23

Logging to external tools

Logging Streaming to other services like ELK, Logsumo or any other tool

2024-07-02

Scheduler

Scheduler now runs every 60 minutes (instead of every 10)

2024-07-02

Decreased log retention

Log retention decreased to 1,3,7 days. (3 days default)

2024-06-28

Ability to send a single unsent file on an iteration

In some external systems you can only send one file at the time, to do this in iHub we have introduced {{attachments.unsentFile}} variable. See https://rixter.atlassian.net/wiki/spaces/RIFJ/pages/1529905160 for more usage.

2024-06-27

Bugfix

Fix for OAuth secret containing + was threaded as space causing unauthorized calls.

2024-06-26

JWT Auth for Webhook

Added support for using JWT flow to connect to iHub. See https://rixter.atlassian.net/wiki/spaces/PD/pages/1637941289

2024-06-20

General improvements

OAuth2 Support for sending as x-www-form-urlencoded

Keyshort cuts

  • ctr+s for save

  • escape for exit modals

Improved Logging

2024-06-15

Support for files in Incoming Webhook

Added incoming files to webhooks which makes it possible to POST form-data files to iHub and relay that to any endpoint like, Jira issue attachments.

https://rixter.atlassian.net/wiki/spaces/RIFJ/pages/1668710416