Board Based-Filter not displayed under "Boards in This Project"

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 10.3.8, 10.6.0
    • Component/s: Board configuration
    • None
    • 10.03
    • 1
    • Severity 3 - Minor

      Summary

      A board created based on a saved filter is not being displayed under "Boards in This Project" drop-down of the project.

      Steps to Reproduce

      1. Create a new search filter using the following JQL:
        status = Backlog
        

        or 

        project = "10001" AND status = Backlog
        
      2. Go to your desired project and click on "Create Board".
      3. Pick the desired type, then "Board from an existing Saved Filter".
      4. Select the filter from previous step.

      Expected Results

      The new board should be visible under "Boards in This Project" drop-down".

      Actual Results

      The new board is not associated with the project, so, nothing is displayed in the drop-down.

      Workaround

      1. Edit the filter in use by the board.
      2. Make sure you have the project name present in the JQL:
        • From:
          status = Done
          

          or

          project = "10001" AND status = Done
          
        • To:
          project = KANBAN AND status = Done
          
      3. Save the filter.

              Assignee:
              Unassigned
              Reporter:
              Fernanda Gomes
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: