Work Items - Tasks First Time Experience
Compare changes
Files
4@@ -15,6 +15,7 @@ import WorkItemTitle from './work_item_title.vue';
@@ -28,6 +29,7 @@ export default {
@@ -135,6 +137,7 @@ export default {
Any time a user visits a work item, he should see an alert/info having links to the doc page of gitlab for a detailed explanation. This information will be seen either when a work item(right now task) is viewed in modal/full page view
Make sure :work_items
feature flag is enabled if the changes are not visible in the local environment
Feature.enable(:work_items)
Example below:
http://127.0.0.1:3000/gitlab-instance-3485f007/Monitoring/-/work_items/505
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #366687 (closed)