jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

feat: add easy issue search to list cmd

Open wbh1 opened this issue 1 year ago • 0 comments

Adds the ability to provide an optional positional arg to search for text in issues.

It functions the same as searching via the search bar in the Jira web UI and is appended to any raw JQL query provided in the "-q" flag.

I'm also open to refactoring this into its own subcommand, if that's preferable. I know this is already possible with the "-q" flag, this is just intended to be a nice convenience function.

wbh1 avatar Aug 27 '24 19:08 wbh1