diff --git a/openbis_all/source/ruby/dashboard/jira b/openbis_all/source/ruby/dashboard/jira
index 011f9197292e597819fbe5cbc4c0cd07287dbb2a..b67f82e41d782897287801d3d9f5ef3c6ae923db 100755
--- a/openbis_all/source/ruby/dashboard/jira
+++ b/openbis_all/source/ruby/dashboard/jira
@@ -7,6 +7,11 @@ require 'pp'
 #
 # = A wrapper for scripting jira
 #
+# Try the following commands:
+#
+#   jira sprint S133  [lists the tasks in S133]
+#   jira plan S134    [shows the tasks planned for S134 in a form suitable for planning]
+#
 # Uses the Rest API: http://docs.atlassian.com/jira/REST/4.2.1/
 #
 # ----