tree: 95ccbf2d101113531aee14ed7ce2404364aad2a3 [path history] [tgz]
  1. README.md
  2. bin/
  3. jira-search/
  4. makefile
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

JiraCommandDescription
x./jira-search.sh -–opencord –-unresolved –-component bbsimSearch for unresolved tickets with a component of bbsim
x./jira-search.sh -–opencord -–unresolved -–label bbsimSearch for unresolved tickets with 'bbsim' mentioned in the label field.
x./jira-search.sh -–opencord -–unresolved -–text bbsimSearch for unresolved tickets with 'bbsim' mentioned in the description
x./jira-search.sh -–opencord -–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'