fjira icon indicating copy to clipboard operation
fjira copied to clipboard

Improvements to search functionality

Open skomae opened this issue 6 months ago • 2 comments

Is your feature request related to a problem? Please describe.

Describe the solution you'd like When invoking fjira with fjira --project=FOO it would be nice if the fuzzy-find search could also search substrings for issue number, eg: typing 123 will yield FOO-123, FOO-123x tickets. It can be a common workflow for a team to work within a specific project, and to quickly find existing tickets by typing the number alone without the prefix, would be very helpful.

Additionally, from board view, it would be nice to be able to invoke a search which would work similarly to the search on the project page, but for only tickets within the current board.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

skomae avatar Jun 23 '25 15:06 skomae

@skomae

I will start from the end - board view, and search - I think it should be possible to add it.

About the first one -> I tried already to achieve this with no success. When you look into Jira search API (/rest/api/2/search) - there is no way to search within the part of the Jira ticket key :/

mk-5 avatar Jul 05 '25 09:07 mk-5

@mk-5

I have created https://github.com/mk-5/fjira/pull/140 to add the ability to search within a Project View by just using the issue number.

skomae avatar Sep 24 '25 20:09 skomae