Hi all,
I have customfield_1 and customfield_2.
When the user creates an Issue, it filled the customfield_1 with some value x. How can I (On creating the issue) set the value of x on customfield_2 ?
Thank you !
Hello @Daniel Juravski
You can do that using Script runner plugin to update the second custom field on the post-funciton of the transition or you can also use the "behaviour" module of the plugin which uses JS to update the second custom field value on the create screen itself.
Hello,
If you are on Cloud, there is a post function called Copy Value From Other Field.
In Jira Server/Data center you need to use an add-on like Power Scripts, ScriptRunner, Automation for Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Daniel Juravski,
Seems like you try to set a default value on creation for custom field 2.
Refer below document.
hope this helps! 😊
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.