Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

View file
namemakeFiltersGlobalJira7.groovy
height250

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:

View file
namemakeFiltersAccessibleToAdminsJira7.groovy
height250