From 46e6e8519aedfec3440aa04364e75cc2666c7eaf Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Tue, 5 Jun 2012 13:23:59 +0000
Subject: [PATCH] MINOR Added comment to ruby script

SVN: 25564
---
 openbis_all/source/ruby/dashboard/jira | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/openbis_all/source/ruby/dashboard/jira b/openbis_all/source/ruby/dashboard/jira
index 011f9197292..b67f82e41d7 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/
 #
 # ----
-- 
GitLab