I have created a new custom field for my Story and it fine, but those new fields is showing up only for the new tickets and NOT showing up for the old tickets which created already.
Is there anyway we can add this field to the old tickets as well?
Hello,
A custom field is not shown on the view issue screen, if this custom field does not have a value for this field. You should initialize this field for old tickets. If you want to initialize this field with the same value for all tickets, then you can choose all tickets, where this custom field is empty with a JQL query like this:
youcustomfield is empty
And then bulk edit this selected issues to set them a value.
Thanks a lot, Alexey,
I am sorry I am new to this and I am not able to get your point. Is there any link where i can find the details.?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should go to the Advanced mode for JQL search and type :
youcustomfield is empty
You will see all issues, where your custom field is empty.
You can read more about Advanced search here:
Cloud:
https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-764478330.html
Then you can use the Bulk Edit feature to set a value for your custom field for selected issue:
Cloud:
Server:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
The proposed solution is for when we want to fixed values for the new custom field.
But, if the filed needs to be calculated by JSM, like the last comment date, this will not work and as we can see this is only calculated for the new tickets.
Would you please add if there is a way to trigger the calculation of the new field by JSM also for the older ticket?
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.