tree: ee13b03d4df0201045a4cf3bdd809b2b632e5d77 [path history] [tgz]
  1. README.md
  2. bin/
  3. jira-search/
  4. makefile
  5. review.log
jira/README.md

jira-search

A script for constructing jira JCL queries

% git clone ssh://gerrit.opencord.org/onf-scripts
% cd onf-scripts/jira/bin

% ./jira-search.sh help

Conditional Searches

% jira-search.sh --server opencord --unresolved ({search-by-flags})
JiraCommandDescription
x–-component bbsimSearch for unresolved tickets with a component of bbsim
x-–label bbsimSearch for unresolved tickets with 'bbsim' mentioned in the label field.
x-–text bbsimSearch for unresolved tickets with 'bbsim' mentioned in the description
x-–component onos -–component bbsimSwitches can be combined but construction logic still needs work. Query will be loaded into a browser and can be manually cleaned up.

Help

CommandDescription
./jira-search.sh --helpDisplay help text
./jira-search.sh --help-resolvedDisplay --resolved switch permutations and use cases
./jira-search.sh --usage-resolvedDisplay use cases for resolved based searches
./jira-search.sh --help-userDisplay assigned, requested-by or 'my' jira tickets'