如何获取与 SourceForge 企业版中的工件关联的附件

发布于 2024-07-05 12:15:03 字数 224 浏览 7 评论 0 原文

我们在我们的一个项目中使用 SourceForge Enterprise Edition 4.4。

我的问题是,在 CollabNet SFEE(SourceForge Enterprise Edition 4.4)中,我们如何使用 SFEE SOAP API 获取与工件关联的附件?

我们制作了自己的.net 2.0 客户端。 我们没有使用 Collabnet 提供的 .net SDK,

We are using SourceForge Enterprise Edition 4.4 in one of our project.

My question is, in CollabNet SFEE (SourceForge Enterprise Edition 4.4), how will we get attachments associated with an Artifacts Using SFEE SOAP API?

We have made our own .net 2.0 client. We are not using .net SDK provided by Collabnet,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

败给现实 2024-07-12 12:15:03

你可以作一点小作弊,看看 SFEE 的脚本。 通过 SSH 登录您的 SFEE 并查看以下脚本:

/usr/local/sourceforge/sourceforge_home/integration/post-commit.py

也许它有帮助...

You can cheat a little bit and have a look at the scripts from SFEE. Log into your SFEE via SSH and take a look at the following script:

/usr/local/sourceforge/sourceforge_home/integration/post-commit.py

Maybe it helps...

踏月而来 2024-07-12 12:15:03

如果您提交消息,您可以将“[artf1000]”(其中 artf1000 是您的工件编号)添加到提交消息的开头或结尾。 然后它将关联到该工件,您也可以使用 doc1000 对文档执行此操作,要获取项目的 id,您可以使用 URL,它是 http://sfeeserver/sf/go/

文档和工件是我使用它的唯一项目,因此我不确定其他类型的链接,但我想任何具有 /go/ID 的内容都可以通过 ID 引用。

即:

编辑添加:
我似乎在发布、任务和讨论方面也成功地尝试了这一点。

If you commit with a message you can add "[artf1000]" (where artf1000 is your artifact number) to the beginning or end of your commit message. Then it will associate to that artifact you can also do this with documents using doc1000, to get the id of the item you can use the URL it is what is after the http://sfeeserver/sf/go/.

Documents and artifacts are the only item I have used this for so I am not sure about other types of links, but I would imagine anything that has a /go/ID could be referenced by the ID.

ie:

Edited to add:
I have seemingly successfully tried this with releases, tasks, and discussions as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文