Hi,
In JIRA plugins administration under system plugins section there are at least two system plugins which I can't find in the file system:
I took a look at JIRA_HOME/plugins/.bundled-plugins but didn't find any similar names.
Where those plugins are stored?
Community moderators have prevented the ability to post new answers.
They are extracted under atlassian-jira/WEB-INF/classes folder. For example, the custom fields are under the folder with the package structure com/atlasssian/jira/issue/customfields/impl.
Hi Jobin,
Does this mean that those system plugins are not packages as atlassian-plugin jars?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. they are not packaged as a jar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
addition to Jobin, they are described in
<...>\atlassian-jira\WEB-INF\classes\system-customfieldtypes-plugin.xml
<...>\atlassian-jira\WEB-INF\classes\system-project-plugin.xml
and each class location is described in those descriptors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Bharadwaj
That's very valuable to know too
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.