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
% jira-search.sh --server opencord --unresolved ({search-by-flags})
Jira | Switches | Description |
---|---|---|
x | –-component bbsim | Search for records with component type bbsim |
x | -–label bbsim | Search label field for string |
x | -–text bbsim | Search ticket description for string |
x | -–component onos -–component bbsim | WIP Query for two component types. Manual cleanup of JCL query needed |
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' |