Added README.md
jira/README.md
--------------
o Added a markdown file for viewing on github.
Change-Id: I9104a73910be3de9f8115f64b321c5fd9b127920
diff --git a/jira/README.md b/jira/README.md
new file mode 100644
index 0000000..83ed343
--- /dev/null
+++ b/jira/README.md
@@ -0,0 +1,32 @@
+jira-search
+===========
+
+A script for constructing jira JCL queries
+
+```bash
+% git clone ssh://gerrit.opencord.org/onf-scripts
+% cd onf-scripts/jira/bin
+
+% ./jira-search.sh –help
+```
+
+Conditional Searches
+====================
+
+| Command | Description |
+| ------- | ----------- |
+| ./jira-search.sh -–opencord –-unresolved –-component bbsim | Search for unresolved tickets with a component of bbsim |
+| ./jira-search.sh -–opencord -–unresolved -–label bbsim | Search for unresolved tickets with 'bbsim' mentioned in the label field. |
+| ./jira-search.sh -–opencord -–unresolved -–text bbsim | Search for unresolved tickets with 'bbsim' mentioned in the description |
+| ./jira-search.sh -–opencord -–component onos -–component bbsim --label Testing | Switches can be combined but construction logic still needs work. Query will be loaded into a browser and can be manually cleaned up. |
+
+Help
+====
+
+| Command | Description |
+| ------- | ----------- |
+| ./jira-search.sh --help | Display help text |
+| ./jira-search.sh --help-resolved | Display --resolved switch permutations and use cases |
+| ./jira-search.sh --usage-resolved | Display use cases for resolved based searches |
+| ./jira-search.sh --help-user | Display assigned, requested-by or 'my' jira tickets' |
+