I need show the following information related to the Fix Version field on an Issue:
1) All the value that were changed (historical data)
2) Count of how many time the value were changed?
is this possible with a JQL or should go for scripted/calculated fields
You would need to write a script.
Does issue object have any method to pull this data?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to use ChangeHistoryManager. You can read more here:
https://community.atlassian.com/t5/Jira-questions/How-to-get-assignee-change-history/qaq-p/453152
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.