I have setup https://phabricator.wikimedia.org/project/board/67/ but I want it to always filter out any cards which have 'Patch for review' is this possible to achieve?
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T76913 Sticky filters on workboards | |||
Resolved | • mmodell | T126797 Next Phabricator Upgrade - 2016-03-03 | |||
Resolved | • mmodell | T120013 Next Phabricator Upgrade - 2016-02-18 | |||
Resolved | • mmodell | T122556 Figure out what upstream "Can Edit Task Policies" policy deprecation means for our Spaces/ACL setup | |||
Resolved | • DStrine | T123317 Report to TPG on new Phabricator Functionality | |||
Resolved | • csteipp | T125104 Evaluate the feasibility of phasing out the Phabricator Security extension | |||
Resolved | • ksmith | T127019 Plan announcement of new major phabricator upgrade |
Event Timeline
Yes (more or less). Via Filter->Advanced Filter, you can filter on 'Not in Projects: Patch-for-review', and the URL will change to https://phabricator.wikimedia.org/project/board/67/query/dXNoGwi5wbg1/ , which you can then bookmark.
As far as I know, there's no way to set that as default view (i.e. to change the links on the Task & Project overview pages)
Yeh I'm aware of the filters but I want a common bookmark that can be shared between people in the project.
I'm confused -- you can share the URL you get after applying the filter, right? In this case, https://phabricator.wikimedia.org/project/board/67/query/dXNoGwi5wbg1/ . I haven't tested what happens if other users open it, but I can open it in a private browser tab without any issues.
So from what you are saying the last custom filter stays on the board? This is confusing.. what if you change the filter? Will it update for everyone.
It will probably help to clarify my use case, maybe I am misunderstanding how the software works.
At top right there is "custom filter"
I want multiple saved custom filters here that anyone viewing this board can see.
e.g. "Open" patches for me also means does not have the tag patch for review.
e.g. Technical debt "show me all cards which are also tagged with technicaldebt"
e.g. Product backlog "show me all cards which are also tagged with product"
As I understand it, the URL
https://phabricator.wikimedia.org/project/board/67/query/dXNoGwi5wbg1/
will always refer to 'The workboard for mobile-web with custom filter 'not in project patch-for-review'. Then
https://phabricator.wikimedia.org/project/board/67/query/g5YZGFODKfDv/
is 'Mobile-web, open, not patch-for-review, tagged with technical-debt'
and
https://phabricator.wikimedia.org/project/board/67/query/4BkEd4HIrAAW/
is 'Mobile-web, open, not p-f-r, tagged with wikidata'.
As far as I have tested, these queries can also be shared with others. If they are edited, they get a new URL. If you want to check the specific query, you can do this by clicking Filter: Custom Filter » Custom Filter.
I don't want to have to share these URL's with people over email I want them to be sticky and in the drop down at
So this would be like "Saved searches" for workboards, but shared with all the viewers of a board.
Some upstream discussion in https://secure.phabricator.com/T6641#158940.
At HEAD, you may be able to work around this by creating a profile menu item instead of a saved filter. See the upstream link for a few more details.
If that's not satisfactory, we're at least tentatively open to implementing "Saved Searches" for workboards in a future iteration if this request does make it upstream.
Upstream had some recent activity on https://secure.phabricator.com/T6641 and even committed a change:
https://secure.phabricator.com/rPde379c8b61b8a6035aa9cc020b1abdd51e4ad414
So somehow whenever we bump our Phabricator version we will have this ;-)