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.
Hi,
I'd like to display the previous values of a custom field.
For example, I have a "price" field where I enter a number and this changes often. I'd like to display the previous values of this field, perhaps in a separate field of its own.
Is there any way to achieve this?
I know I can look through the issue history at the bottom of the page, but there doesn't seem to be a way to filter this information.
Thank you!
Hi @Aaron T_
If you'd like to filter the issue history and customize your report, check out the Issue History app. Here you can filter by project, sprint, assignee, etc., and choose any date range.
Add any custom field to the grid columns to manipulate output data.
Check it out if you're ok with third-party solutions.
The add-on is developed by my team.
Let me know if you have any questions.
Hi,
You can try automation to get the old value and new value and put the old value in a customfield. But if the value change often i don't know if it will be useful.
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--changelog--
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aaron T_
please use this it will give you the previous value and the current value of the field
{{changelog.Price.fromString}} to {{issue.fields.Price}}
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.