Jira 插件开发

发布于 2024-11-27 16:45:22 字数 115 浏览 1 评论 0原文

我怎样才能知道我的资源文件的路径。例如,在我的插件框架中,我有一个属性文件,例如 jtt.properties,当我将此插件上传到任何 jira 实例时,我如何知道我的属性文件的路径。

感谢您的帮助。

How can I know the path of my resource file. For example in my plugin skeleton I have a properties file such jtt.properties, when I upload this plugin to any jira instance, how can I know the path of my propertis file.

Thanks for help.

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

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

发布评论

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

评论(1

清风夜微凉 2024-12-04 16:45:22

来自“实用 JIRA 插件”,O'Reilly:

属性文件的全名是插件 src/main/resources 目录加上位置值,其中句点替换为目录分隔符并附加 .properties,
即 src/main/resources/com/mycompany/jira/plugins/i18n/en_US.properties

From "Practical JIRA Plugins", O'Reilly:

The full name of the properties file is the plugin src/main/resources directory plus the location value with periods replaced by directory separators and .properties appended,
i.e. src/main/resources/com/mycompany/jira/plugins/i18n/en_US.properties

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