./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. |