You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I created a form using Jira Forms. In that form there is a filed that wasn't linked to any existing Jira fields, because the people using it didn't need to report on information in that field. Now they want to report on the information. So I created a custom field and linked it to the field in the form.
The problem is that only newly filled tickets using the form have this data. How could I go about applying this to older filled tickets?
I would also be interested to know how to link existing data from form fields to Jira fields.
@Peter Grudenit seems to be a good use case to be raised with Atlassian.
Thanks,
Aditya
Hi Peter,
I am not aware of a way to do that, except manually. Out of curiosity, what type of field is it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might take a look at this post and see if it can help you. I am able to use code that is references in my automation to pull in form data.
Date Fields: {{issue.properties."proforma.forms.i1".state.answers.AAA.date}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.