Hello everybody,
is it possible, to clear a value of a customfield after the move?
If yes, can someone how?
For my company this is a very special case and very urgent but I don't know how to make it in Jira.
We are using Jira 6.
Can someone help me and send me information about that?
Kind Regards
Elke
you need to develop listener to clear data while doing move operation!!
check the following doc to know how to develop listener
Hi Prasad,
Is it possible to change system default and custom field values, if it possible can you share the hints in the code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You could probably implement a listener with the Script Runner plugin (https://jamieechlin.atlassian.net/wiki/display/GRV/Listeners) that catches the move event and then clear the value of that specific custom field.
The Script Runner has great documentation so check it out!
Cheers,
// Svante
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found this post that may be helpful: https://answers.atlassian.com/questions/263201/creating-a-custom-script-listener
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.