* [WEB-2580] improvement: enable bulk operations of issue types.
* chore: update error codes.
* chore: minor improvement.
* fix: disable estimates bulk ops if estimates are disabled for the project.
* chore: minor improvement.
* chore: issue type dropdown icon for unselected state
* chore: update custom search select props names.
* chore: show tooltip for issue type options with mandatory fields.
* chore: update issue type with mandatory property infoi content.
* chore: minor improvements.
* chore: issue type activity
* chore: restrict issue type activity for normal users
* chore: issue type activity implementation.
* fix: issue with disabled issue type display.
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
* [WEB-2568] chore: minor improvements related to issue identifier and issue modal.
* fix: error handling for session recorder script.
* chore: minor improvement
* add condition to remove worklogs from intake
* fixed logic and removed change from ce
* moved changes in core to CE
* moved change in core to CE
* fixed logic
* chore: admin role validation for issue types settings.
* chore: reset `is_required`, if property type is switched to `read_only`.
* chore: trim option name and fix cursor behaviour in options.
* chore: fix issue property description info icon.
* fix: property title overflow.
* chore: issue properties UI and UX copy updates.
* chore: remove option to disable the property if it's already disabled while deleting.
* chore: update lodash import.
* chore: add issue modal provider.
* fix: reset number and text input data when `create more` toggle is on.
* chore: minor loader improvement for issue identifier.
* chore: update logic to check if issue type is enabled for the project or not.
* minor improvement in enable issue type logic.
* dev: issue custom properties activity.
* chore: add issue property logo component.
* revert back changes in ui package logo componenet.
* chore: fetch property activities after last activity `created_at` timestamp.
* chore: issue identifier improvements.
* fix: unsaved changes background color on custom theme.
* fix: reset default options when switching from multi select to single select.
* fix: issue identifier display in command palette search.
---------
Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
* chore: update logic to check if issue type is enabled for the project or not.
* minor improvement in enable issue type logic.
* dev: issue custom properties activity.
* chore: add issue property logo component.
* revert back changes in ui package logo componenet.
* chore: fetch property activities after last activity `created_at` timestamp.
---------
Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
* chore: move issues types to workspace
* fix: add project id to issue type get endpoint.
* dev: multi project issue types
* chore: update issue types to support multiple project.
* dev: update default project issue type
* fix: issue type activity
* chore: order issue types by `created_at` date.
* dev: add filter by issue types.
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
* dev: update the issue property option endpoint
* chore: optimize create options API call and some bug fixes.
* fix: issue type switch on create more toggle.
* chore: add loader for issue properties.
* chore; fix issue type name and description overflow.
* chore: delete property confirmation modal.
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
* fix: truncate issue type name.
* fix: property data loss when swtiching between profile page and workspace.
* fix: infinite issue types loader when switching projects in create issue modal.
* chore: add back custom search select for issue type and property dropdown
* chore: update property tile popover to use react portal.
* style: minor UI update for text input.
* fix: remove empty strings from number and text value.
* chore: revert back save buttom to confirm check icon.
* style: property attribute ux copy improvements.
* fix: move issue type change logic on switching projects to parent.
* chore: remove option to `make a copy` for disabled issue types.
* chore: minor UI improvement.
* chore: update issue identifier.
* chore: disable new issue type by default.
* chore: minor ui fixes.
* chore: disable project and issue type switch while making a copy
* chore: issue type icon picker and issue identifier updates.
* chore: update `issue type and properties` update action logic.
* chore: UI / UX copy updates.
* chore: remove search from issue and property type dropdown.
* chore: minor improvements for disabled mandatory field toggle.
* chore: update logic to improve syncing with server.
* chore: update paragraph order and minor UI fix.
* chore: update issue type collapsible to open only one collapsible at a time.
* chore: minor improvements.
* dev: update issue property messages
* fix: issue type overflow.
* dev: update field validation on issue property update
* chore: update enable issue type logic.
* chore: update issue identifier logo size.
* chore: minor improvements.
* chore: update tooltip position.
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
* chore: add required property validations on create issue modal.
* chore: fix issue type list item default open state.
* chore: fix boolean field default value and mandatory field validations.
* fix: default value and mandatory field validations for dropdown property.
* fix: unused code removed.
* chore: add `type_id` to create issue endpoint response.
* chore: minor height fix for readonly text property.
* chore: improve additional properties loader in create/ update issue modal.
* chore: update `getProjectDefaultIssueTypeId` function to get the entire issue type instance instead of just Id.
* chore: remove logic to expand issue type list.
* chore: update logic to expand default issue type.
* chore: minor UI fixes.
* fix: typo
* chore: open issue modal if default issue type has mandatory properties on quick add.
* dev: update issue property validation
* chore: fix values validation.
* fix: create issue form validation.
* chore: issue type icon for all layouts.
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>