📄️ Admin page
The adminPage will be at the bottom of the sidebar of the system setting, and a menu entry will be added, click to enter and it will be displayed on the setting page.
📄️ App page
The appPage will add a menu entry in the project header, click to enter and it can be displayed on the app page.
📄️ Workspace page
The workspacePage will add a menu entry in the workspace menu.
📄️ Item action
In the header of the detail page, after the item owner, you can extend the operation buttons. Clicking the button will display the application you wrote.
📄️ Item panel
The area above Activity is the page display container of the extension point of the item panel, and each item can be expanded.
📄️ Item activity
In the Activity column of the item detail page, Comments, Change record and Workflow state are the default, and the follow-up is the app you wrote.
📄️ View action
This module supports the application to display the operation entry in the view and perform related operations.
📄️ Version action
This module supports the application to display the operation entry in the version actions and perform related operations.
📄️ Version list header action
This module supports the application to display the operation entry in the version list header actions and perform related operations.
📄️ Dashboard gadget
The chart module define a dashboard gadget that adds a panel to the workbench that displays custom statistics。
📄️ Workspace Setting Page
The proxima:workspaceSettingPage will be at the bottom of the sidebar of the workspace setting page, and a menu entry will be added, click to enter and it will be displayed on the workspace setting page.
📄️ Custom field type
By defining proxima:FieldType, you can create custom field types for your team. The created custom field types can be referenced by the custom fields of the application.
📄️ Custom field
By defining proxima:CustomField, you can create custom fields for your team. The created custom fields can be configured on the issue interface.
📄️ UI Modifications
The proxima:uiModifications module allows you to change the values of fields in the item creation, edit modal, and item view page.
📄️ Workflow Condition
The proxima:workflowCondition module can create a workflow transition rule.
📄️ Workflow Validator
The proxima:workflowValidator module can create a workflow validator.
📄️ Workflow PostFunction
The proxima:workflowPostFunction module can create a workflow post-processing function.
📄️ Iql Function
proxima:iqlFunction allows your application to define a custom IQL function that can be used in any feature where IQL can be configured.
📄️ Board Action
The proxima:boardAction module can add extended functionality to the action bar in the top-right corner of the board.