Hi,
I must create a board filter only show specific information. If using the "original" filter (below), it works, but returns too much data. If I switch to the modified filter below, it does not work for users, and to make all users admins is not an option. So, I must come up with a better way to filter out only what I need and would really appreciate all the help I can get. I have googled a LOT, but did not come up with anything useful.
When saying "it does not work" I mean Jira actively refuses users (not admins) to load or in anyway reference the board in question. On the filter configuration page I get the message "The projects in this board cannot be listed because of the complexity of the board filter".
Thanks, Pontus
The "Original" working filter;
project = PROJECT1 OR project = PROJECT2 AND Site = SITE1 OR project = PROJECT3 AND FIELD1 ~ QUEUEPART1 ORDER BY Rank ASC
The modified (non-working) filter query is;
project = PROJECT1 OR project = PROJECT2 AND Site = SITE1 OR project = PROJECT3 AND (FIELD1 ~ QUEUEPART1 AND FIELD1 ~ QUEUEPART2) OR (FIELD1 ~ QUEUEPART1 AND FIELD1 ~ QUEUEPART3 AND FIELD1 ~ QUEUEPART4 AND FIELD1 ~ QUEUEPART5) ORDER BY Rank ASC
Hello,
I am not sure that I understood what the problem is. Do you mean that users can not open your board? You should share this filter for the board with other users. Or you have some other errors?
Hi,
Yes, problem is that users cannot open the board. I was not aware I need to share it for it to work. When using the "original" filter, it states "Shares: No shares", and despite that it can be opened by users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A board is visible by other users, if the filter for the board is shared with users. Not sure what it the original filter. But can the required users now see your dashboard?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After sharing the new filter with the users it works as I would expect.
Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.