You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
need an help in displaying the parent issue key in the email template.
Please help me in this
Hi @kiranmai genkolla are you on server or Data Center? In 8.14. simplified adjustment of templates was implemented:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't have 8.14 version installed right now, so I cannot download templates easily, but you can use Java API in velocity templates. So you should be able to use
issue?.getParentObject()?.getKey()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issue.parent.key this is working for me to get the parent issue key display .
But now iam unable to display the parent value in subtask email template .
Eg : parent have abc (insight custom field) = xyz as values . I want to diplay the same in subtask .
Please help me in this ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @kiranmai genkolla I don't think it is easily doable. I am checking templates and it never uses CustomFieldManager or customField. It works mostly with history of the issue. Your problem is that you would need to implement template which works with some additional OSGi components (CustomFieldManager at least), but you would need also the Component which creates notification to "export" this component to the template which can't be done without adjusting Jira source code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Martin ,
I have custom field values to display in the email template .
If suppose there are some 8 field to display in the email template , in which there are 2 fields which are not null value in it . In this case i should not display that 2 fileds which are having null in the email .
Can u please help me in this .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post a template file here?
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.