tree: 743b0b06c5f4424778d464cc5a558e8205ef53e3 [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

# Checkout git submodules
% make -C onf-scripts

% cd onf-scripts/jira/bin
% ./jira-search.sh help

Conditional Search

% jira-search.sh --server opencord --unresolved ({search-by-flags})

Search Switches

JiraSwitchesDescription
x–-component bbsimSearch for records with component type bbsim
x-–label bbsimSearch label field for string
x-–text bbsimSearch ticket description for string
x-–component onos -–component bbsimWIP Query for two component types.
Manual cleanup of JCL query needed

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'

See Also