fjira icon indicating copy to clipboard operation
fjira copied to clipboard

How to see the board filtered

Open RaoniSilvestre opened this issue 6 months ago • 5 comments

Hello!! That's a really cool project!!

I want to know if there is some way to see the board filtered by the sprint, or the assignee and sprint and etc...

Didn't find much documentation about it, but is my use case, so just want to know if fjira supports this!!

RaoniSilvestre avatar Jun 04 '25 16:06 RaoniSilvestre

@RaoniSilvestre hello 👋

there is no such an option at the moment. Feel free to describe your idea - how it should work. At the moment fjira is using that API to fetch the boards list:

https://docs.atlassian.com/jira-software/REST/7.3.1/?#agile/1.0/board-getAllBoards

and then this one to fetch board configuration: https://docs.atlassian.com/jira-software/REST/7.3.1/?#agile/1.0/board-getConfiguration

mk-5 avatar Jun 07 '25 18:06 mk-5

It would be really cool to be able to filter a board by sprint (and even set it to default to the current sprint)

https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-issue-get

jonsherrard avatar Oct 16 '25 14:10 jonsherrard

It would be really cool to be able to filter a board by sprint (and even set it to default to the current sprint)

https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-issue-get

Looking into API - I think that should be easily possible 👍

mk-5 avatar Oct 16 '25 16:10 mk-5

It would be really cool to be able to filter a board by sprint (and even set it to default to the current sprint)

https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-issue-get

for now first step - https://github.com/mk-5/fjira/pull/143 boards view will show the first active sprint from the board if the board is a SCRUM board.

Image

In the next steps I will provide more improvements to the board view. I think I will also add some "quick current sprint issues" option, that you can open fuzzy find search for current sprints directly form the CLI. Something like:

fjira sprints

that will open sprints fuzzy find with sprints, and after select the valid sprint there will be classic fuzzy-find jira tickets search

mk-5 avatar Oct 29 '25 17:10 mk-5

available in 1.5.1

mk-5 avatar Oct 29 '25 18:10 mk-5