-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Feature/Enhancments Request #109
Comments
@max-rh thanks for that features request! :) I think all of those features sounds really reasonable. I will try to bring them to fjira. Question about that one: what do you mean, partial ticket ids? |
@mk-5 Thanks for reply. |
yep - that make sense. The reason is that filter by Ticket ID has no "contains" operator in JQL (jira query langauge). I will check what I can do here |
fix for "ALL" issues search is on a way. It was implemented, but apparently it was broken at some point. In order to search within all projects -> just select "All" in projects selection. One downside of All projects search is that there is no way to have "status" or "assignee" filters. In order to fetch possible statuses, or assignes you need to have a concrete project id. |
pagination using PageUp/PageDown has been added in version 1.3.0 |
@mk-5 , Thanks for the update; I can confirm the pageup/pagedown works, but the ALL project view doesn't show all tickets under all tickets; I understand that filters and assignee doesn't works, but it should show all assignee and all tickets in all projects, right ? Plus i noticed that |
@max-rh yep it could be the same, I will fix it right away about the first question - yes, it should work in a way that you described. I will have a look. I didn't test it on "Jira Server" instance. |
@max-rh I tried it - and "All" projects search works fine for Jira Server instances. you can read that My guess is that in your instance it's limited to some value, and you are just getting the first "N" jira issues from the list, and they are all from the same project. It should get changed as soon as you type something |
I can confirm the PageUp/Down is working now, pretty nice. as for the ALL filter, the behavior is weird, i am only getting a subset of the ticket with each filter when i start typing, especially when i filter by username, sometime i get 5 ticket for a certain user, sometime i get 20 for another, so I cant see a pattern here. But tbh, the fitlers fix solves this issue cause i am just building filters for what i need. |
@max-rh good to hear. I will try to investigate that weird search behaviour. I has quickly checked it, and at least for my test projects - it was working just fine. |
After using fjira for a while; I would like to suggest some feature requests that would make fjira even more usable:
probably most of these can be achieved with jql and some filters but it would be awesome to get them from within the app.
The text was updated successfully, but these errors were encountered: