summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/work_items/create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/work_items/create.rb')
-rw-r--r--app/graphql/mutations/work_items/create.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/graphql/mutations/work_items/create.rb b/app/graphql/mutations/work_items/create.rb
index 2e136d409ab..2ae26ed0e1a 100644
--- a/app/graphql/mutations/work_items/create.rb
+++ b/app/graphql/mutations/work_items/create.rb
@@ -8,8 +8,7 @@ module Mutations
include Mutations::SpamProtection
include FindsProject
- description "Creates a work item." \
- " Available only when feature flag `work_items` is enabled. The feature is experimental and is subject to change without notice."
+ description "Creates a work item. Available only when feature flag `work_items` is enabled."
authorize :create_work_item