Clear field value after or while MOVE process

ITST March 31, 2014

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

2 answers

0 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2014

you need to develop listener to clear data while doing move operation!!

check the following doc to know how to develop listener

https://developer.atlassian.com/display/JIRADEV/Writing+JIRA+Event+Listeners+with+the+atlassian-event+Library

Ramaiah Pendli March 23, 2016

Hi Prasad,

Is it possible to change system default and custom field values, if it possible can you share the hints in the code.  

0 votes
Svante Gustafsson Björkegren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2014

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

Svante Gustafsson Björkegren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 1, 2014

Suggest an answer

Log in or Sign up to answer