Skip to content
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

Board configuration #454

Open
TristanCacqueray opened this issue Jul 7, 2021 · 0 comments
Open

Board configuration #454

TristanCacqueray opened this issue Jul 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@TristanCacqueray
Copy link
Contributor

The goal is to enable the user to configure custom boards.

  • Add board configuration: [(Name, [(ColumnName, Expr)])].
  board:
    - name: TripleO board
      columns:
        - name: Priority
          query: "score>20"
        - name: Todo
          query: "state:open and updated_at>now-1week"
  • Add user defined board to the change drop down menu.
@TristanCacqueray TristanCacqueray added the enhancement New feature or request label Jul 7, 2021
@TristanCacqueray TristanCacqueray added this to the next milestone Jul 7, 2021
@morucci morucci removed this from the next milestone Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants