aboutsummaryrefslogtreecommitdiffstats
path: root/defmodule.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'defmodule.lisp')
-rw-r--r--defmodule.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/defmodule.lisp b/defmodule.lisp
index 5a580ad..3ca601a 100644
--- a/defmodule.lisp
+++ b/defmodule.lisp
@@ -44,7 +44,10 @@
"Set the state of a story.")
(define-method story-change-priority (type id dir)
- "Change the priority of a story in direction DIR."))
+ "Change the priority of a story in direction DIR.")
+
+ (define-method set-assignee (type id assignee)
+ "Change the assigned person for a story or task."))
(restas:define-module #:scrumli
(:use #:cl #:restas #:json #:scrumli.datastore #:drakma)