The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Updated custom field value only for new issues?

Tarun Sapra
Community Champion
August 1, 2013

Hi,

I am using a select drop-down custom field for a certain issue type. What i want is to update the values of the options in the drop-down but these updated value should only appear in the newly created issues, right now if I update the values the closed issues also display the updated values, how to avoid that?

Thanks!!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -Adaptavist-
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 Champions.
August 1, 2013

There's nothing you can do in Jira, it simply doesn't have any functionality to do that. (It would need to store the date you add the options and compare it with issue creation date every time you opened an issue)

Best you can do is hard code some javascript into the front end to suppress options you don't want.

Tarun Sapra
Community Champion
August 5, 2013

Jira should come up with something as this is a pretty common requirement, keeping the old custom field values and having new ones only for the new issues!

Nic Brough -Adaptavist-
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 Champions.
August 5, 2013

I'm not sure it's "common". I've never been asked for it in the 8ish years I've been working with Jira.