I would like to create a table, which uses task-lists and checkboxes.
I need the ability to protect some columns/lines from editing by all except the owner.
Permissions are done at a page level in Confluence. If you can edit a page, you can edit all of it. Also, Confluence doesn't have the concept of roles like "owner", permissions are by group or individual.
Adding to Nic's answer: If each user has write access on their pages, but can read everyone else's, you can use excerpt / transclusion macros to render information from these pages on other pages.
Maybe the Page Properties Macro and the Excerpt Macro may support your use cases out-of-the-box. If not, there are third party add-ons to support multi-excerpt or other handy features to grab information from one or more read-only pages to render it in another page.
One solution could be the Display Table Macro from the commercial projectdoc Toolbox for Confluence server. Every line of a table would be stored in a properties table (using the Document Properties Marker Macro) on its own page (for instance tasks with some metadata like owner, short description, and due date). The Display Table Macro allows then to list all (matching) pages on one table (such as the overview over tasks that selects information from all matching task pages).
Two things (at least ;-)) to consider:
Biased alert: I'm one of the authors of the projectdoc Toolbox (which is available on the Atlassian Marketplace). The online manual provides more information about the tools of the projectdoc Toolbox.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, but this is not what i asked for.
I would like to create a table, where:
1. Some columns can be modified only by the originator, and
other users can only read them.
2. Other columns are writable by any permitted user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to find a solution, where the data for the restricted columns is not stored as part of the page. This is because - as Nic explained - a user either has certain privileges on a page or not.
Therefore the mentioned solution using transclusion/excerpt is a valid approach. If this does not fit your requirements I suppose you need to find or write a plugin that stores column data apart from the page. I do not know of such a tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You can do it with the help of the Table Transformer macro of Table Filter and Charts for Confluence and standart Excerpt (Include).
You need to divide you data into two pages. The first one should contain data which are available for public editing. And the secound one should include only those data which other users can't edit. Here on the second page you need to apply appropriate restrictions for it and wrap data with the Excerpt macro.
Then you should insert Excerpt Include on the page with data available for editing and merge data of both tables with the help of our Table Transformer macro.
Thus, other users won't be able to edit restricted columns on both pages.
Katerina
StiltSoft
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.