I'd like to send email notiviation only for new tickets of type bug. Is there a way to configure this?
Yes, change the velocity templates. In case you have installed the jira on linux, the path for the vm files are given below
atlassian-jira-4.3.4-standalone/atlassian-jira/WEB-INF/classes/templates/email/text
The link below gives on how to access the issue fields and customize the velocity templates above.
http://docs.atlassian.com/jira/4.4/com/atlassian/jira/issue/Issue.html
The below function returns the issue type of the issue
IssueType getIssueTypeObject()
Regards
Deepak Bhatia
Thanks for the information. But as I'm an administrator and not a developer, I see no way for me to get this "configured well" in time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you have to do Apache Velocity template programming in the vm files. Since I am a developer so I did this own my own.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.