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 TP
please use this it will give you the previous value and the current value of the field
{{changelog.Price.fromString}} to {{issue.fields.Price}}
Hi @Aaron TP
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.