15

很高兴在 Confluence 中有版本历史。但是,每次编辑和保存文档时都会创建一个新版本。我正在寻找更多的“发布”历史。假设我的文档/页面有 1.0 版。然后我在准备好“发布”1.1 之前编辑并保存了几次页面。我需要一些东西来将一个版本链接到一个版本号,然后有一个自动的发布历史。

有没有办法在 Confluence 中做类似的事情?

4

4 回答 4

9

我猜K15t Software的Scroll Versions插件可能是 Confluence 中 wiki 页面的版本控制和发布管理的一种可能解决方案。https://marketplace.atlassian.com/plugins/com.k15t.scroll.scroll-versions

PS我知道这是一个老问题,但我认为其他人可能需要这些信息。

于 2014-04-25T12:40:35.293 回答
3

A method I have seen used is to attach a file to a page, change the document and upload with the same name multiple times, then change the link on the page when the version changes.

Usually a link to an attached document always references the highest version like this:

[^list.docx]

[ and ] mark the start and end of the link ^ to the right of [ refers to an attachment on the current page and the rest is the name of the attachment which resolves to a hyperlink of:

http://wiki.server.name/download/attachments/464233765/list.docx

From the page the full url is more specific:

http://wiki.server.name/download/attachments/464233765/list.docx?version=1&modificationDate=1406619789890

Refer to Tools > Attachments for a list of file version numbers.

Edit the page.

Create a link to the 'next' version with appropriate link text.

[list.docx V2.1|///download/attachments/464233765/list.docx?version=6]

[list.docx V3.0|///download/attachments/464233765/list.docx?version=9]

[list.docx V3.1|///download/attachments/464233765/list.docx?version=11]
于 2014-07-29T09:00:06.780 回答
1

正如您所写,Confluence 总是会在现有附件上传时创建一个新版本,其文件名与附件视图中显示的文件名相同。

现有文件将以“版本 x”的名称保存,其中“x”的值随着每次上传具有相同文件名的附件而增加。

来源: https ://confluence.atlassian.com/display/DOC/Attachment+Versions

这不能通过 Confluence 中的配置进行更改。

但是,您可以尝试Arsenale Lockpoint,它是一个 Confluence 附加组件。

Arsenale® Lockpoint™ 是 Confluence 附件签出、签入和受控版本控制的企业标准...

来源:https ://marketplace.atlassian.com/plugins/com.arsenale.plugins.lockpoint

编辑

  • 我刚刚安装并测试过Arsenale Lockpoint,找不到您正在寻找的功能
  • 我不知道有任何其他插件可以满足您的要求
  • 因此,我建议您在本地编辑文件并仅在您想要新版本(发布)时上传
于 2012-11-09T18:21:40.120 回答
0

其他答案的一个简单替代方法是使用更改注释。

编辑页面时,底部的保存按钮旁边有一个输入字段。此字段有一个占位符“*您更改了什么?” 其内容显示在页面历史记录中。

所以你可以多次编辑页面,当你想“发布”版本时,你可以在评论中填写发布版本。这样,您可以在页面历史记录中查看所有页面版本,但您可以轻松识别版本。

查看Confluence 文档

于 2015-10-13T08:25:26.777 回答