How to see the board filtered
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 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
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
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 👍
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.
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
available in 1.5.1