Hiding the wiki rendered customfield using javascript in JIRA 4.3.+

Hello Friends,

This is one of the tutorials under jira development. There may be requirement when you need to use the wiki rendered custom field instead of Free Text rendered field. Also, sometimes you may need such fields to be shown only when certail criteria are matched. So in this case you need to hide those fields by default so that the normal user cannot view or edit the field. This tutorial demonstrates how the field can be hidden from the screen. Continue reading “Hiding the wiki rendered customfield using javascript in JIRA 4.3.+”

Jira Plugin Deployment.

Hello Friends,

This is one of the most important tutorial for all the jira developers. You may have heard about the plugins in jira which is a simple Java Archive File with .jar extension. This JAR file contains the class files and auxiliary resources associated with the applications. In Jira we can use Eclipse IDE for writing the plugin and creating its jars. Continue reading “Jira Plugin Deployment.”