JIRA 4.3 : How to Make a JIRA Patch
This page last changed on Feb 15, 2011 by ggaskell.
Making a Single Class PatchThis guide describes how to make a source code modification to a single class file.
Deploying the PatchTo deploy a patch, drop the file in the classpath from <jira-install>/WEB-INF/classes. For example, if you compile the class: com.atlassian.jira.appconsistency.integrity.check.SearchRequestRelationCheck ...it will be available from: /jira-project/jira-components/jira-core/target/classes/com/atlassian/jira/appconsistency/integrity/check/SearchRequestRelationCheck.class To deploy this class, place it in: <jira-install>/WEB-INF/classes/com/atlassian/jira/appconsistency/integrity/check/SearchRequestRelationCheck.class ...then restart JIRA. |
![]() |
Document generated by Confluence on Mar 27, 2011 18:37 |