I need a query where it would list all the issues in which customfield (ex: sub-status) is changed by a user.
I know this can be done for system fields using 'changed by' and 'changed from' , how can we extend for cutom fields ?
You might try to add this custom field to the list of fields that are indexed by the Change History Indexer and try if the changed operator will work then
To achieve that you'll need to write a plugin which uses the following method and probably something more to add the field to the indexed fields
com.atlassian.jira.issue.index.IndexedChangeHistoryFieldManager.addIndexedChangeHistoryField(IndexedChangeHistoryField)
how is com.atlassian.jira.issue.index.IndexedChangeHistoryFieldManager.addIndexedChangeHistoryField(IndexedChangeHistoryField) to be implemented in a plugin? just call it in updateChangelogValue() ?
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.