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
Hello :)
about this issue, bringing the priority of an issue directly to the email subject, I already read a lot. Sure it would be possible to edit templates (*.vm) down the WEB-INF folder but this is no longer working and maybe you don't have permissions to the jira install directory.
But I had the idea if its possible to just ad the priority automatically to the issue summary? Cause the summary always is shown to the email subject.
So how the variable of the priority, which is always required, can be ad to the issue summary?
Thank you all in advanced.
Cheers Leo
Hey,
this is a good one :) but its just shows this
So jira dosent replace the variables by the values...
Hi @IT Support can you attach an image of your rule action where you try to set the summary using smart values?
TimK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sure (its in german but normally the variables and all the files are still named originally)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @IT Support, by looking at your attached image it seems you are using legacy automation. This version of automation was promoted by Atlassian before they purchased Automation for Jira from Codebarrel. Now Atlassian has swithed to a new automation engine, and the one you use is regarded as legacy as you see from this menu on my Data Center lab instans.
I suggest you switch to the new automation engine which is free and included with Jira. This is the automation engine to use these days, the legacy engine is not as feature rich as the new one and will in the future be discontinued (if I have understood the information correctly).
It seems the legacy automation doesn't support smart values which is why you get the result {{priority.name}} - {{summary}} and not the real values for these fields.
The problem though is, if your "Deployment type" tag in this post is correct, you are using a server instance and not a Data center instans. The only version available from the market place for server is the lite version which is rather limited. See this link to Automation for Jira - Server Lite.
For Data Center you have the full new automation engine available as you see in this link to Automation for Jira. Notice it's only a few month left on the server suppert so I might suggest you also look into updating the license to Data center.
But as you see from this link to the version history the full version is avalable for Server to download, but originally it was not free so I suspect you need an already valid license to exist on your instance to be able to activate one of these. (You might try it on a lab/test server).
The image of the rule I attached in an earlier post is from the new engine.
I understand this answer goes another route than directly answering your original request. Though the new automation engine has somehowe become an important feature of Jira and I personally regard is as essential, and it raise Jira to another level. And as you see the new automation will solve your request.
TimK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmm well you might be right... Our Jira version is to old and I dont think as long we dont move to the cloud it will be stay old.
Its not the first time hearing this.
Thank you anyway TimK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @IT Support, you might use Automation and create a rule like this:
Replace the filter (If) to your needs, so only relevant issues are affected.
Use smart values to rephrase the Summary field by using something like this:
{{priority.name}} - {{summary}}
The result will then be like this:
TimK
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.