Page MenuHomePhabricator
Feed Advanced Search

Jul 2 2017

chad added a comment to T5474: Support workboard column triggers which activate when a task is dropped into a column.

There is no secret tracker with a different set of priorities or timelines
for features. Everything we plan is 100% open. This feature is not on any
short or medium term roadmap and you can read Planning for more
information on how we build the roadmap. We do plan to offer paid support
soon which will let installs prioritize features they need.

Jul 2 2017, 6:40 PM · Workboards (v3), Restricted Project
MissyTS added a comment to T5474: Support workboard column triggers which activate when a task is dropped into a column.

Hi,
My small team & I have been using Phabricator for a year. This is the feature that we lack and that makes our day-to-day work difficult. It would be nice to have even the basics (drag & drop to a column -> update to a given status). Any advise or workaround in the meanwhile would also be nice if they are some. Sorry if I lack Phabricator knowledge and missed an obvious workaround feature.

Jul 2 2017, 6:00 PM · Workboards (v3), Restricted Project

Jun 16 2017

charlax added a comment to T12843: Add support for creating workboard columns from the Conduit API.

Milestones works great for this, but you still have to manually create the workboard (just going into workboard and clicking create - milestones show up).

Jun 16 2017, 1:59 PM · Conduit, Projects, Workboards, Feature Request

Jun 14 2017

epriestley added a comment to T12843: Add support for creating workboard columns from the Conduit API.

We do something similar ourselves for technical interviews, but I just related all the tasks by embedding them in the description of a central task:

Jun 14 2017, 12:15 PM · Conduit, Projects, Workboards, Feature Request
epriestley added a project to T12843: Add support for creating workboard columns from the Conduit API: Conduit.
Jun 14 2017, 12:08 PM · Conduit, Projects, Workboards, Feature Request
epriestley added projects to T12843: Add support for creating workboard columns from the Conduit API: Workboards, Projects.

I think this use case is a reasonable one.

Jun 14 2017, 12:08 PM · Conduit, Projects, Workboards, Feature Request

Jun 13 2017

epriestley added a comment to T10268: "Batch Edit" from workboards uses "?ids=X,Y,Z" which can exceed "Location" header or URL byte limits for large task sets.

Yeah -- the workflow from the Maniphest side dumps all the values into inputs in the body and does a POST, I believe.

Jun 13 2017, 10:09 PM · Customer Impact, Workboards, Maniphest
swisspol added a comment to T10268: "Batch Edit" from workboards uses "?ids=X,Y,Z" which can exceed "Location" header or URL byte limits for large task sets.

Interestingly I worked around the issue by doing the batch edit from the Maniphest search UI which is passing the selected tasks an HTTP body instead of a URL query I guess?

Jun 13 2017, 10:02 PM · Customer Impact, Workboards, Maniphest
epriestley renamed T10268: "Batch Edit" from workboards uses "?ids=X,Y,Z" which can exceed "Location" header or URL byte limits for large task sets from Batch Edit tasks returns a 502 to "Batch Edit" from workboards uses "?ids=X,Y,Z" which can exceed "Location" header or URL byte limits for large task sets.
Jun 13 2017, 9:57 PM · Customer Impact, Workboards, Maniphest
epriestley updated subscribers of T10268: "Batch Edit" from workboards uses "?ids=X,Y,Z" which can exceed "Location" header or URL byte limits for large task sets.

@swisspol hit a variant of this with 1,172 tasks bumping up against an Apache URL limit in the Phacility cluster when editing from a workboard column.

Jun 13 2017, 9:54 PM · Customer Impact, Workboards, Maniphest
epriestley added a project to T10268: "Batch Edit" from workboards uses "?ids=X,Y,Z" which can exceed "Location" header or URL byte limits for large task sets: Customer Impact.
Jun 13 2017, 9:53 PM · Customer Impact, Workboards, Maniphest

May 27 2017

alexmv closed T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error) as Resolved.

Based on two points of anecdata so far, things indeed seem snappier with D17959.

May 27 2017, 4:32 AM · Restricted Project, Workboards

May 24 2017

mejaz added a comment to T4567: Allow moving of Project Board Columns.

I have found that I can rearrange all the columns in some projects but cannot do the same in another one. Here's a screenshot. Now, I am not sure if it is a bug or just a random error.

image.png (635×1 px, 88 KB)

May 24 2017, 7:20 AM · Workboards, Projects
chad added a comment to T4567: Allow moving of Project Board Columns.

For example, here is a project with more than 5 columns:

May 24 2017, 7:02 AM · Workboards, Projects
chad added a comment to T4567: Allow moving of Project Board Columns.

Please read and follow Contributing Bug Reports if you feel you've found a bug in Phabricator.

May 24 2017, 6:57 AM · Workboards, Projects
mejaz moved T4567: Allow moving of Project Board Columns from Workboards v1 to Workboards v2 on the Workboards board.

The rearrange dialogue box only shows a maximum of 5 columns although the project has more columns. This limits the ability of rearranging any column present beyond column number 5.

May 24 2017, 5:39 AM · Workboards, Projects

May 23 2017

chad closed T12670: Workboard action UI needs improvements as Resolved.

I think I shipped this.

May 23 2017, 9:17 PM · Customer Impact, Design, Workboards

May 20 2017

chad added a comment to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).

That'll be 6 beers pls.

May 20 2017, 12:37 AM · Restricted Project, Workboards

May 19 2017

jboning added a comment to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).

Super! We'll report results when we've got it deployed.

May 19 2017, 11:45 PM · Restricted Project, Workboards
epriestley added a comment to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).

I shored up D17959 a bit, landed it, and deployed it to secure.phabricator.com, then spent some time fiddling with workboards here, but couldn't find any issues with it. We have ~6,500 "wishlist" tasks on this server and it distributed all tasks near 0 (approximately 2,700 tasks) evenly across the range [4096, 4096] fast enough that I didn't notice it. I'm currently inclined not to write a dedicated migration since it seems plausible that all existing installs will survive the first dispersal without much fanfare.

May 19 2017, 11:05 PM · Restricted Project, Workboards
epriestley added a comment to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).
  • I believe D17959 should resolve this.
  • The new algorithm tends overall toward dispersing tasks over time, and clusters with more tasks should tend to cover an larger range, roughly linearly.
  • The first few drags after the new algorithm is available may be very slow, since they'll spread the existing clusters out. After each large cluster has dispersed, all future non-pathological operations should be fast. (One pathological operation is to insert a million tasks at the same priority without performing any dragging, then perform a drag.) It's possible that cluster dispersal is fast enough that this isn't a big deal, although I may also just write a migration to normalize task subpriorities for everyone in advance of the new stuff landing so we pay this cost upfront rather than on-first-interacion.
  • master has a bunch of churn already, it's late in the week, and this change is moderately risky (it's hard to undo damage if I got something wrong), so I don't expect it to make it into this week's stable release.
May 19 2017, 5:35 AM · Restricted Project, Workboards
epriestley added a revision to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error): D17959: Disperse task subpriorities in blocks.
May 19 2017, 5:09 AM · Restricted Project, Workboards
jboning added a comment to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).

I'm not 100% sure, but from reading the subpriority movement code, it seems like our bell-curve distribution is self-perpetuating--when a block of tasks are moved, most of the time the next task is still relatively close, so $delta is small. I think this might be resolved by a big one-time readjustment to distribute tasks evenly throughout the space. I don't have an intuition on whether this distribution will redevelop over time, or if it's an artifact from the time before D12166.

May 19 2017, 4:57 AM · Restricted Project, Workboards
epriestley added a comment to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).

This and T8588 have been a multi-year fishing expedition which I'm far from thrilled about, but I'll deal with this. 🐳

May 19 2017, 3:48 AM · Restricted Project, Workboards
jboning added a comment to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).

It looks like even after D12166, the subpriority-assignment logic doesn't do a great job of spreading our subpriorities. P2053 shows that very many of our tasks have subpriorities near 0 (in fact, the vast majority of our tasks; a separate query without the > 1 limit indicates that only about 4k tasks have subpriority neighborhoods of their very own.)

May 19 2017, 3:08 AM · Restricted Project, Workboards

May 18 2017

chad added a revision to T10293: Plan rest of "CoverImage" feature: D17950: Add Pinboard Items to Timeline.
May 18 2017, 5:35 PM · Workboards, Projects (v3)

May 9 2017

gregprice added a comment to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).

Staring a bit more at the data I just posted, it occurs to me that it seems kind of sluggish for an UPDATE like those -- one row, indexed by what I assume is the PRIMARY KEY -- to take 1-4ms or so, as these are. There's probably a DB (or network-to-DB?) performance issue there that we'd benefit broadly from addressing.

May 9 2017, 2:38 AM · Restricted Project, Workboards
gregprice added a comment to T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).

We're still seeing this issue pretty severely, on our shiny upgraded 2017 Week 17 version on our shiny new Phabricator host. So I took a look just now with DarkConsole.

May 9 2017, 2:30 AM · Restricted Project, Workboards
gregprice changed the status of T8588: One instance has a severe, global performance issue, a subtask of T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error), from Wontfix to Resolved.
May 9 2017, 2:14 AM · Restricted Project, Workboards

May 4 2017

chad added a comment to T12670: Workboard action UI needs improvements.

or vue

May 4 2017, 4:24 PM · Customer Impact, Design, Workboards
chad added a comment to T12670: Workboard action UI needs improvements.

good time to learn react

May 4 2017, 4:23 PM · Customer Impact, Design, Workboards
chad added a comment to T12670: Workboard action UI needs improvements.

It's a day of re-thinking the entire UI for me. I don't want to shoe-horn stuff in.

May 4 2017, 4:23 PM · Customer Impact, Design, Workboards
epriestley added a project to T12670: Workboard action UI needs improvements: Customer Impact.

From blame, it looks like D15278 originally stuffed these and some other things into a bit of a weird place -- I think we had some other problems with too much stuff in dropdowns at the time, and that was sort of a "shove this stuff under a rug for now" change? But I don't really remember.

May 4 2017, 4:22 PM · Customer Impact, Design, Workboards
epriestley added a comment to T12670: Workboard action UI needs improvements.

T.T

May 4 2017, 4:19 PM · Customer Impact, Design, Workboards
chad updated subscribers of T12670: Workboard action UI needs improvements.

Too slow @epriestley

May 4 2017, 4:18 PM · Customer Impact, Design, Workboards
chad created T12670: Workboard action UI needs improvements.
May 4 2017, 4:17 PM · Customer Impact, Design, Workboards

May 3 2017

epriestley added a comment to T9577: Why do workboards have story point displays and limits if there's no way to customize the size of a card?.

Yes, see maniphest.points in Config.

May 3 2017, 7:56 PM · Workboards
lmiller287 added a comment to T9577: Why do workboards have story point displays and limits if there's no way to customize the size of a card?.

Was this feature ever delivered? Just looking to hop on the right thread in regards to setting up variable task point values

May 3 2017, 7:52 PM · Workboards
chad updated the task description for T10293: Plan rest of "CoverImage" feature.
May 3 2017, 1:58 PM · Workboards, Projects (v3)
chad merged T12665: Color the whole area of a task in order to differentiate tasks under a same column into T10293: Plan rest of "CoverImage" feature.
May 3 2017, 1:57 PM · Workboards, Projects (v3)

Apr 27 2017

bbrdaric closed Q613: How to change default project view as resolved.
Apr 27 2017, 9:45 PM · Workboards, Projects
bbrdaric updated Q613: How to change default project view from to How to change default project view.
Apr 27 2017, 10:20 AM · Workboards, Projects

Apr 21 2017

kay54068 moved T5523: Make bulk moves easier on Workboards from Workboards v2 to Backlog on the Workboards board.
Apr 21 2017, 8:29 AM · Restricted Project, Workboards
kay54068 moved T5523: Make bulk moves easier on Workboards from Backlog to Workboards v2 on the Workboards board.
Apr 21 2017, 8:29 AM · Restricted Project, Workboards

Apr 20 2017

kislinsk added a comment to T12374: Saved Workboard Queries.

I'm going to merge this into T12374.

If you have time, answering the questions in T12374#214870 on that task might be helpful. There are many possible implementations of this feature (e.g., per user/per workboard/global) and it's not clear to me which are desired from the use cases. It would also be helpful to understand what the major stumbling blocks are for using "bookmarks" and "saving queries to the menu" as workarounds (just cumbersome? Not the right scope/audience?).

Apr 20 2017, 7:48 AM · Workboards, Feature Request

Apr 19 2017

epriestley merged T12593: Allow to save custom workboard filters other than "default" into T12374: Saved Workboard Queries.
Apr 19 2017, 2:22 PM · Workboards, Feature Request

Apr 18 2017

johnny-bit created T12586: Support for multiple "Move on Workboard" actions in single Maniphest update.
Apr 18 2017, 5:11 PM · Maniphest, Workboards, Feature Request

Apr 17 2017

epriestley moved T10469: Implement "Tabs", an amazing feature where multiple different pages are loaded in the same browser window! from Backlog to Global on the Quicksand board.
Apr 17 2017, 12:03 PM · Quicksand, Feature Request, Workboards
epriestley renamed T10469: Implement "Tabs", an amazing feature where multiple different pages are loaded in the same browser window! from Pull up full Task in a dialog without leaving Workboard to Implement "Tabs", an amazing feature where multiple different pages are loaded in the same browser window!.
Apr 17 2017, 12:03 PM · Quicksand, Feature Request, Workboards

Mar 28 2017

epriestley closed T8588: One instance has a severe, global performance issue, a subtask of T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error), as Wontfix.
Mar 28 2017, 10:26 PM · Restricted Project, Workboards

Mar 27 2017

denghaodna added a comment to T6409: Link Task Status to Work board Column.

Would be happy to see this feature. My company use different team names as columns of the work board. When a task is reassigned from a dev to a tester, I need to manually move it from Dev column to QA column.
With this feature implemented, I would be able to configure a rule that when a task is assigned to a specific person, the task will be automatically moved to a column, say the Dev column for example.

Mar 27 2017, 11:39 AM · Workboards

Mar 23 2017

chad triaged T12165: Maybe add a (fullscreen workboard) menu item or URL for link as Normal priority.
Mar 23 2017, 6:40 PM · Workboards, Profile Menu Item

Mar 21 2017

epriestley merged T12428: Unable to export the tasks in a workboard column into T5024: Provide a dedicated page for viewing a single workboard column.
Mar 21 2017, 12:47 PM · Restricted Project, Workboards
chad updated the image for Workboards from F1105309: profile to F4227487: profile.
Mar 21 2017, 3:00 AM

Mar 20 2017

OCram updated Q596: How to add Workboard Column in Maniphest: Export To Excel Format from to How to add Workboard Column in Maniphest: Export To Excel Format.
Mar 20 2017, 1:01 PM · Maniphest, Workboards

Mar 16 2017

rkettelerij added a comment to T12165: Maybe add a (fullscreen workboard) menu item or URL for link.

Currently the workboard has an option for fullscreen display. However this setting is lost when the browser refreshes. Since we're using Chrome + a Chrome autorefresh extension (SuperAutoRefresh) to display a Phabricator workboard on a bigscreen TV it would be useful if this setting is persisted across refreshes. Like ?fullscreen=yes as suggested.

Mar 16 2017, 7:48 AM · Workboards, Profile Menu Item

Mar 10 2017

chad added a comment to T12374: Saved Workboard Queries.

I don't mean the project menu, I mean replacing the query menu on the work board with a confuigurable one like the favorites menu. I'd restrict it to task queires

Mar 10 2017, 12:59 AM · Workboards, Feature Request
jkrets added a comment to T12374: Saved Workboard Queries.

I am currently using bookmarks to workaround the issue. I never considered using the project menu for the workboard views. This would certainly suffice, but it doesn't feel like the right place for it.

Mar 10 2017, 12:46 AM · Workboards, Feature Request

Mar 9 2017

chad added a comment to T12374: Saved Workboard Queries.

I think we have a basic query menu we could switch over to MenuItem, let users customize them per workboard like they can per project.

Mar 9 2017, 11:52 PM · Workboards, Feature Request
epriestley merged T12376: Export workboard columns for reporting into T5024: Provide a dedicated page for viewing a single workboard column.
Mar 9 2017, 7:39 PM · Restricted Project, Workboards
epriestley updated subscribers of T12374: Saved Workboard Queries.

Two workarounds you could use here are:

Mar 9 2017, 5:15 PM · Workboards, Feature Request
jkrets added a project to T12374: Saved Workboard Queries: Workboards.
Mar 9 2017, 11:50 AM · Workboards, Feature Request

Mar 2 2017

epriestley added a revision to T6064: One-Click Add Task on Workboard Columns: D17446: On workboards, provide all of the supported "create task" forms in the dropdown.
Mar 2 2017, 1:17 AM · Restricted Project, Workboards
epriestley added a revision to T11580: Tasks created from workboards frequently have to be edited to add properties common to all tasks on the workboard: D17446: On workboards, provide all of the supported "create task" forms in the dropdown.
Mar 2 2017, 1:17 AM · Workboards, EditEngine, Projects, Feature Request

Mar 1 2017

chad closed T12330: Subprojects link not grayed out in dark background of project workboards. as Resolved by committing rPbf0a7cbec692: Remove "disabled" look to subprojects/workboard nav items.
Mar 1 2017, 5:20 PM · Workboards, Projects, Bug Report
chad added a revision to T12330: Subprojects link not grayed out in dark background of project workboards.: D17436: Remove "disabled" look to subprojects/workboard nav items.
Mar 1 2017, 1:14 AM · Workboards, Projects, Bug Report

Feb 28 2017

epriestley added a comment to T12330: Subprojects link not grayed out in dark background of project workboards..

Go for it.

Feb 28 2017, 8:49 PM · Workboards, Projects, Bug Report
chad updated subscribers of T12330: Subprojects link not grayed out in dark background of project workboards..

@epriestley any objection to removing the "disabled" look here for workboards and subprojects? It's not a consistent pattern with "no permission" we usually use.

Feb 28 2017, 8:44 PM · Workboards, Projects, Bug Report
borna.emami added a comment to T12330: Subprojects link not grayed out in dark background of project workboards..
In T12330#213674, @chad wrote:

Do you think it makes sense to grey out "Subprojects" at all or have a tab for it when there are no subprojects?

Feb 28 2017, 7:20 AM · Workboards, Projects, Bug Report
chad added a comment to T12330: Subprojects link not grayed out in dark background of project workboards..

Do you think it makes sense to grey out "Subprojects" at all or have a tab for it when there are no subprojects?

Feb 28 2017, 6:52 AM · Workboards, Projects, Bug Report
borna.emami created T12330: Subprojects link not grayed out in dark background of project workboards..
Feb 28 2017, 6:42 AM · Workboards, Projects, Bug Report

Feb 27 2017

remusvrm added a comment to T10293: Plan rest of "CoverImage" feature.

The funny thing is that event if I remove the file from Files, the coverage image in the Maniphest is still there. :)

Feb 27 2017, 9:17 AM · Workboards, Projects (v3)

Feb 11 2017

constantx added a comment to T10293: Plan rest of "CoverImage" feature.

+1 to hide cover as an option on the board

Feb 11 2017, 8:27 AM · Workboards, Projects (v3)

Feb 10 2017

athulj moved T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error) from Future Work to Workboards v2 on the Workboards board.
Feb 10 2017, 11:10 AM · Restricted Project, Workboards
athulj moved T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error) from Workboards v2 to Future Work on the Workboards board.
Feb 10 2017, 11:10 AM · Restricted Project, Workboards

Feb 9 2017

jdforrester added a comment to T12165: Maybe add a (fullscreen workboard) menu item or URL for link.

This would be helpful; post-T4900: Workboards updating in real time this would let the workboard be a broadcast mechanism of progress on an office screen, for instance.

Feb 9 2017, 9:54 PM · Workboards, Profile Menu Item

Feb 8 2017

Sam2304 added a comment to T12231: Projects with very long names cause menu bar to overlap workboard.

Thanks for testing @jcox!

Feb 8 2017, 3:27 PM · Workboards, Bug Report
jcox merged task T12231: Projects with very long names cause menu bar to overlap workboard into T12214: Navigation menus in applications have no maximum width.
Feb 8 2017, 3:23 PM · Workboards, Bug Report
jcox added a comment to T12231: Projects with very long names cause menu bar to overlap workboard.

verified

Feb 8 2017, 3:23 PM · Workboards, Bug Report
chad added a comment to T12231: Projects with very long names cause menu bar to overlap workboard.

T12214 was the task.

Feb 8 2017, 3:07 PM · Workboards, Bug Report
chad added a comment to T12231: Projects with very long names cause menu bar to overlap workboard.

I presume this was fixed on Monday with b33bb3714bdb, can you verify?

Feb 8 2017, 3:07 PM · Workboards, Bug Report
Sam2304 updated the task description for T12231: Projects with very long names cause menu bar to overlap workboard.
Feb 8 2017, 2:25 PM · Workboards, Bug Report
Sam2304 updated the task description for T12231: Projects with very long names cause menu bar to overlap workboard.
Feb 8 2017, 2:22 PM · Workboards, Bug Report
Sam2304 updated the task description for T12231: Projects with very long names cause menu bar to overlap workboard.
Feb 8 2017, 2:21 PM · Workboards, Bug Report
fosskevin added a comment to T12231: Projects with very long names cause menu bar to overlap workboard.

I've seen the same issue (on latest stable install).

Feb 8 2017, 2:20 PM · Workboards, Bug Report
jcox added a comment to T12231: Projects with very long names cause menu bar to overlap workboard.

Just to clarify, I tested it locally, not on this install.

Feb 8 2017, 2:17 PM · Workboards, Bug Report
Sam2304 created T12231: Projects with very long names cause menu bar to overlap workboard.
Feb 8 2017, 2:14 PM · Workboards, Bug Report

Feb 3 2017

epriestley moved T6409: Link Task Status to Work board Column from Future Work to Backlog on the Workboards board.
Feb 3 2017, 4:52 AM · Workboards
sajithvk moved T6409: Link Task Status to Work board Column from Backlog to Future Work on the Workboards board.

Request reopen, based on my above comment.

Feb 3 2017, 4:50 AM · Workboards
sajithvk added a comment to T6409: Link Task Status to Work board Column.

This does not contradict T5474, but compliments it. Both tickets are required to provide seamless operation

Feb 3 2017, 4:48 AM · Workboards

Feb 2 2017

chad added a project to T12175: Simultaneous task moving on workboards results in error: Workboards.
Feb 2 2017, 2:30 AM · Workboards (v3), Bug Report

Jan 28 2017

chad added a comment to T12165: Maybe add a (fullscreen workboard) menu item or URL for link.

I think we can just offer more options in ProjectMenuItem

Jan 28 2017, 1:14 AM · Workboards, Profile Menu Item

Jan 27 2017

epriestley added a comment to T12165: Maybe add a (fullscreen workboard) menu item or URL for link.

We could do some URL magic in JS to add ?fullscreen=yes to the URL bar when you activate the fullscreen mode, then respect that. However it will take 75 hours.

Jan 27 2017, 10:32 PM · Workboards, Profile Menu Item
chad created T12165: Maybe add a (fullscreen workboard) menu item or URL for link.
Jan 27 2017, 10:19 PM · Workboards, Profile Menu Item

Jan 10 2017

epriestley merged T12088: Moving task cards on a project workboard sorted by priority is extremely slow into T7664: Moving a task on a workboard is very slow (and sometimes times out with a fatal error).
Jan 10 2017, 7:18 AM · Restricted Project, Workboards

Jan 9 2017

otto.bretz added a comment to T5523: Make bulk moves easier on Workboards.

Move all cards in this column to <another column>

That would be very useful for us as well.

Jan 9 2017, 8:06 AM · Restricted Project, Workboards

Jan 8 2017

epriestley merged task T5214: Add Conduit API methods for workboards into T12074: conduit API extensions for subprojects and milestones..
Jan 8 2017, 6:10 PM · Restricted Project, Conduit, Maniphest, Workboards
epriestley added a comment to T5214: Add Conduit API methods for workboards.

I'm going to merge this into T12074. Summarizing things so far and my short-term plans:

Jan 8 2017, 6:10 PM · Restricted Project, Conduit, Maniphest, Workboards
epriestley added a comment to T5793: Add support for personal workboards.

For T5214 / T12074, I am moving forward with an API query model where columns are associated with another, different object as a boardPHID (currently, always a project), and boards do not have their own objects or PHIDs.

Jan 8 2017, 6:02 PM · User Delight, Wikimedia, Workboards

Jan 6 2017

epriestley merged T10254: Assign projects to spaces into T11580: Tasks created from workboards frequently have to be edited to add properties common to all tasks on the workboard.
Jan 6 2017, 7:38 PM · Workboards, EditEngine, Projects, Feature Request