如何使用 FogBugz 插件 API 将自定义字段添加到项目管理页面?
我想向 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这绝对是可能的。查看文档中的这些接口以开始使用:
顺便说一句:您可能会更幸运地解决 FogBugz StackExchange 站点。
It is definitely possible. Check out these interfaces in the documentation to get started:
BTW: You might have more luck with questions on FogBugz and plugin development on the FogBugz StackExchange site.