如何获取与 SourceForge 企业版中的工件关联的附件
我们在我们的一个项目中使用 SourceForge Enterprise Edition 4.4。
我的问题是,在 CollabNet SFEE(SourceForge Enterprise Edition 4.4)中,我们如何使用 SFEE SOAP API 获取与工件关联的附件?
我们制作了自己的.net 2.0 客户端。 我们没有使用 Collabnet 提供的 .net SDK,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以作一点小作弊,看看 SFEE 的脚本。 通过 SSH 登录您的 SFEE 并查看以下脚本:
也许它有帮助...
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:
Maybe it helps...
如果您提交消息,您可以将“[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.