Skip to content
Snippets Groups Projects
Commit 46e6e851 authored by cramakri's avatar cramakri
Browse files

MINOR Added comment to ruby script

SVN: 25564
parent b31f49b2
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,11 @@ require 'pp' ...@@ -7,6 +7,11 @@ require 'pp'
# #
# = A wrapper for scripting jira # = 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/ # Uses the Rest API: http://docs.atlassian.com/jira/REST/4.2.1/
# #
# ---- # ----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment