Change Log for Figaf Jira Integration Package ------------------------------------------------ Version 2510: 10/11/2025 Changed names of all iflows - more user friendly, less technical Jira_SearchIssues --> Search Jira Issues Jira_UpdateIssue --> Update Jira Issues Figaf_UpdateTransport --> Update Figaf Transport from Jira Updated "Search Jira Issue" IFlow: - Fixed Jira issue URLs - now shows correct link to issue - using externalized parameter "Jira_URL". - In Configure tab, user only needs to set "Jira URL" not the whole "Address" - which is now {{Jira URL}}/rest/api/2/search. - Replaced use of API `self` link with `/browse/{issueKey}` format. Updated "Update Figaf Transport from Jira" IFlow: - Fixed issue where http error response won't be sent as an end message - Added groovy script for accessing CamelExceptionCaught and creating logs and carrying over the http error details as properties. Updated "Update Jira Issues" IFlow: - Removed double initialization of Update Jira Issues property. Updated Documentation: - Updated Iflow names now reflecting actual names and solved typos. - Updated code snippets. ------------------------------------------------ Version 2507: 24/07/2025 Initial Release ------------------------------------------------