-
Suggestion
-
Resolution: Unresolved
Currently, Forge does not expose an extension point for the Move operation in Jira. This limitation prevents app developers from customizing or validating the Move action, which is a critical need for many use cases—such as enforcing business rules, triggering workflows, or integrating with third-party systems during workitem moves.
Request:
Please consider adding a Forge extension point (e.g., a module or event) that allows apps to hook into the Move Page operation. This would enable developers to:
- Validate or block move actions based on custom logic.
- Display custom messages or UI during the move process.
- Trigger additional automation or integrations when a workitem is moved.
Business Impact:
The lack of this extension point restricts the ability to build robust compliance, workflow, and integration solutions on Forge. Many customers and partners have use cases that require intercepting or augmenting the Move operation, and currently, this is not possible.
Proposed Solution:
- Introduce a Forge module or event for the Move operation in Jira.
- Allow apps to register handlers that can validate, block, or extend the move action.
- Provide access to relevant context (e.g., source and destination, user, to, from metadata).