I'm working with a Company Managed Software project agile board.
In the board is a button labeled Quick Filters. When I pull down this button there is a toggle option to Show Quick Filters, which will show the quick filters as buttons when the option is toggled on.
If I navigate away from the board and then return to it, the state of that toggle is retained.
However, that state seems to be per User. If another user looks at the same board after I have enabled the toggle, for that user the toggle is disabled.
Is there a way to set the "show quick filters" toggle so that it will take effect for the board for everybody that views the board?
I looked in the Atlassian public backlog for a suggestion for this, but did not yet find one.
I think the question comes down to where the per use state is stored. If it's local to the user's machine, then you need something to set that. If it happens to be stored in the Jira host, then you might be able to see the REST call being made when the board is loaded.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.