How to make text field (multi-line) custom field support richtext/wiki format in Jira like the Description System field.

If you want to see your text field multi-line customfields in JIRA like the system field “Description“, it’s very easy. Just create the field (text field multi-line), and in the Field Configuration Scheme of the project change the field Render to “Wiki Style“. This is all! (Click here to see how to construct your Description…

Read More

How to modify “Original Estimate” in JIRA after log work in the Issue

To make editable the field “Original Estimate” after log work in the Issue, you must change the “Legacy Mode” in the “Time Tracking” configuration. About ‘Legacy Mode’ If Legacy Mode is disabled, your users will be able to change the Original Estimate value irrespective of any work being logged on an issue. Legacy Mode is disabled by default…

Read More

Apache Tomcat Tricks

Cloud Servers Virtual Machines Native Installers Configuration file(s) /opt/bitnami/apache-tomcat/conf/server.xml /opt/bitnami/apache-tomcat/conf/server.xml install_dir/apache-tomcat/conf/server.xml Log file(s) /opt/bitnami/apache-tomcat/logs/* /opt/bitnami/apache-tomcat/logs/* install_dir/apache-tomcat/logs/* Default port 8080, 8443 (SSL) 8080, 8443 (SSL) 8080, 8443 (SSL) AJP port 8009 8009 8009 System user account tomcat tomcat tomcat Service control sudo /opt/bitnami/ctlscript.sh start|stop|restart tomcat sudo /opt/bitnami/ctlscript.sh start|stop|restart tomcat install_dir/ctlscript.sh start|stop|restart tomcat How to configure the…

Read More