You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
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.
Hey there Cloud Community members! We’re excited to give you the first glimpse of the new home for business teams on Jira — Jira Work Management. Jira Work Management is the next generation of J...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.