如何使用 FogBugz 插件 API 将自定义字段添加到项目管理页面?

发布于 2024-08-09 16:54:27 字数 204 浏览 3 评论 0原文

我想向 FogBugz 中的项目添加一个自定义字段,并让该字段显示在项目管理页面中。这样,当用户创建新项目或编辑旧项目时,可以立即编辑该字段。

我唯一的其他选择是创建一个自定义页面,其中包含用于专门关联字段的表单,但这会造成大量断开连接,并可能导致用户忘记设置设置。

这可能吗?我是 FogBugz 插件 API 的新手,想在浪费太多时间研究之前确保它是可能的。

I'd like to add a custom field to Projects in FogBugz and have that field show up in the project administration page. This way, when a user creates a new project, or edits an old one, the field can be edited immediately.

My only other alternative would be to create a custom page with a form for associating the field specifically, but this creates a great deal of disconnect and could result in users forgetting to set the setting.

Is this even possible? I'm new to the FogBugz plugin API and wanted to make sure it was possible before wasting too much time researching.

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

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

发布评论

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

评论(1

柳若烟 2024-08-16 16:54:27

这绝对是可能的。查看文档中的这些接口以开始使用:

  • IPluginProjectDisplay
  • IPluginProjectCommit

顺便说一句:您可能会更幸运地解决 FogBugz StackExchange 站点

It is definitely possible. Check out these interfaces in the documentation to get started:

  • IPluginProjectDisplay
  • IPluginProjectCommit

BTW: You might have more luck with questions on FogBugz and plugin development on the FogBugz StackExchange site.

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