I am trying to do some jelly, but cant get even a simple to run (the standard copied scripts runs ok)
I have tried this:
<JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib" xmlns:core="jelly:core" xmlns:log="jelly:log" >
<log:info>** NPN **</log:info>
</JiraJelly>
I would expect it to put text in the log file, the log file is created one time, as just looks as:
<JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib" xmlns:core="jelly:core" xmlns:log="jelly:log"></JiraJelly>
Why...
Try <log:warn>. If that works then log4j will be suppressing log messages less than warn for that package.
You can adjust that on a permanent basis by editing log4j.properties and restarting.
http://confluence.atlassian.com/display/JIRA/Logging+and+Profiling
Using JIRA Hm...missed <jira:Login...> helped - and looking into the right log file (catalina.out) - I actually thought that the output would be to the Jelly log file...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using JIRA Hm...missed <jira:Login...> helped - and looking into the right log file (catalina.out) - I actually thought that the output would be to the Jelly log file...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hm...missed <jira:Login...>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.