List of views#602
|
|
Folks, I’m developing an add on tool for Mingle that supports drag and drop prioritizing of cards. The tool is written using Flex and is currently running as an AIR application. I’d really like to be able to access the list of valid views that have been created for a project, since I’d like to present them in a drop down box in my tool. This would allow the user to pick a pre-defined set of cards that they want to work with. At the moment my work around is that the user can type the name of a view into a text box, but this is quite error prone :-( Thanks, |
|
|
The new api for getting all favorites would be available in comming release 2.0.1.
<favorite>
<favorited_type>CardListView</favorited_type>
<id type="integer">103</id>
<project_id type="integer">12</project_id>
<tab_view type="boolean">false</tab_view>
<name>2.0 Tasks</name>
</favorite>
|
|
|
Great – that’s just what I was looking for. Did this make it into 2.01? I can’t see it in the help, but I might just be missing it… |
|
|
Hi Gavin, The document is missed. We’ll add them ASAP. Thank you. |
