Skip to end of banner
Go to start of banner

CMJ Integrity Check reports Duplicate object error for Agile board, but it is not accessible even though I have administrator privileges.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Symptoms:

Duplicate Agile Board error is reported by Integrity Check, but such board is not accessible through JIRA's UI and produces a similar error:

Cause:

Agile board's visibility is based on its filter's JIRA Share Permissions, not on administrator privileges. https://confluence.atlassian.com/adminjiraserver071/managing-shared-filters-802593150.html

A user can create a filter and not share it and it won’t be accessible by anyone, admins included. Modifying the board owner and boardadmins tables won't help either, it's the share permissions that determine a filter's visibility. 

Resolution 1:

Use the following Groovy script to make all filters on the system global:

Resolution 2:

Use the following Groovy script to make only a filter with specified ID on the system be accessible to the "jira-administrators" group:


  • No labels