What would I enter into the 'Field Value' when using a post function to set the simple Summary field to a concatenation of two other fields?
Hi Michael -
To accomplish something like this, you'll likely need a scripting app to help you out like Automation for Jira, Script Runner, or Power Scripts.
With Power Scripts, an example might be something like:
summary = "["+priority+"] - "+assignee;
When running this script from a post-function, the summary will be updated to look like (for example):
[Critical] - jiraUser
Thanks much. Just wanted to be sure that it can't be done without a Plug-in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please bear in mind that however you do this, you will annoy your users, as you will be destroying the summary they entered on creation.
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.