Appearance
Change Log
This page documents the major changes and updates to App Maker for Atlassian, split by version number.
3.1.0 - 04/12/2024
- Added new feature - "Conditions".
- Conditions allow users to create basic logic that controls whether a UI Component should or should not render.
- Conditions can also be used to control whether a Webhook Transform does or doesn't execute.
3.0.0 - 24/11/2024
BREAKING CHANGES - Update your existing apps to use the new API structures
- Reworked how Webhook Transforms work, they now use a Handlebars style templating syntax rather than the field mapping concept.
- Refactored how query parameters are handled in the update API's.
NON-BREAKING CHANGES
- Added support for managing all entities via the Jira UI.
- Added API endpoints for managing all entities via the UI.
2.6.0 - 05/10/2024
- Added new
jira:projectPage
UI Module, allowing users to create full-page apps scoped to a Jira Project. - Added detailed example tutorial for creating a dashboard of open Pull Requests in a Jira Project.
2.5.0 - 04/10/2024
- Added new "Lists" feature, allowing users to create and manage lists of data automatically, to render in the UI.
- Lists can be managed via API.
- Or can be managed by configuring webhooks from other tools, combined with the existing Webhook Transform feature.
- Added new
list:
Template Function, allowing users to access the data in their lists within a Template. - Added documentation for the new Lists feature.
2.4.0
- Added support for UI Table component, allowing users to display lists of data easily.
- Added support for Template Functions, allowing users to execute basic helpers inside Templates.
- Available functions:
fromJson:
jiraIssues:
childIssues:
linkedIssues
- Available functions:
- Added "Examples" section to documentation.
- Added first example: "Displaying a list of linked issues in a table on a Jira issue".
- Added support for transforming inbound webhook payloads, and mapping their contents to Custom Data.
- Changed pricing to free in the Atlassian Marketplace.
2.3.0
- Initial release of App Maker for Atlassian.
- Added support for creating custom apps for Jira.
- Added Ability to create custom UI Apps.
- Added Ability to use Handlebars for templating data.
- Data that can be templated includes:
- Jira Issue data.
- Jira Project data.
- Custom Data stored by user/other services.
- Data that can be templated includes:
- Added reference documentation for all UI Components.
- Added reference documentation for all UI Modules.
- Added reference documentation for Jira Issue Fields.
- Added reference documentation for Jira Project Fields.