Author Topic: Specific workspace permalink  (Read 3412 times)

Bithunter

  • Freshman
  • *
  • Posts: 11
    • View Profile
Specific workspace permalink
« on: February 24, 2009, 10:23:06 am »
Hi.

It´s possible to get a permalink for a specific workspace? (we have a wiki and a forum, and I want to include a url to a specific opengoo workspace in them).

Thanks!

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Specific workspace permalink
« Reply #1 on: February 25, 2009, 06:22:41 pm »
It's not possible for the moment, but it would be nice to have that feature.

Bithunter

  • Freshman
  • *
  • Posts: 11
    • View Profile
Re: Specific workspace permalink
« Reply #2 on: February 26, 2009, 11:27:45 am »
It's not possible for the moment, but it would be nice to have that feature.

Thanks.

Do I need to request the feature somewhere?

Thanks

conrado

  • Administrator
  • Hero Member
  • *****
  • Posts: 998
  • Conrado
    • View Profile
    • Feng Office
    • Email
Re: Specific workspace permalink
« Reply #3 on: February 26, 2009, 01:53:43 pm »
Do I need to request the feature somewhere?

Not necessarily. There are forum boards for Feature requests and Ideas. Those are the best places to post them. But once we read an idea / feature, it is already in our minds (even though we are finding it harder and harder to comment on each one, as the forum activity is growing daily).
Get Official Support for your Feng Office. Support the development team. Sign up for a Free Trial here.

vzk

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Specific workspace permalink
« Reply #4 on: May 06, 2009, 04:20:25 am »
If you just need a landing page, you can use the index.php parameters.

The syntax I use to link directly to an object is:
Code: [Select]
http://<U.R.L>/index.php?c=task&a=view_task&id=<OBJECT_ID>&active_project=<WORKSPACE_ID>
The <U.R.L.> corresponds to your opengoo root URL.
You can find the object ID on its details page.

To show only one workspace, I use this link:
Code: [Select]
http://<U.R.L>/index.php?c=dashboard&active_project=<WORKSPACE_ID>
The workspace ID can be found, if you open the dashboard and hover your mouse over a task or milestone of the workspace to be linked to. The ID shows up in the link URL. (and that's also how I found this ;))

Havagoodone,
Volker

Pet

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 638
  • Always mining for solutions!
    • View Profile
    • The Bet!
Re: Specific workspace permalink
« Reply #5 on: May 07, 2009, 02:21:12 am »
Code: [Select]
http://<U.R.L>/index.php?c=task&a=view_task&id=<OBJECT_ID>&active_project=<WORKSPACE_ID>
Code: [Select]
http://<U.R.L>/index.php?c=dashboard&active_project=<WORKSPACE_ID>

Hi Volker, I tried these and I could display an object such as a task, but I could not display just the workspace.  Are you sure the 2nd link is correct? It only displays the All workspace for me, no matter what workspace ID I use.
Support OpenGoo - Sponsor a Feature! | Follow me on Twitter | OG Support Chat | Did you turn debugging on?