I am using the CLI for several updates to issues I've loaded through the CSV importer. I don't want to change the updated date on the JIRA ticket though. Is there a way to prevent this or a way to go back and change the date?
JIRA updates the changed date whenever the issues is changed via UI or remote API - there is not anything you can do to prevent that. The CLI has logic to prevent actually doing an issue update in most cases if the requested updated would not change any values. This means if you are setting a field to the same value as it currently is, then the change will be ignored preventing the updated date from changing. This makes it easier for scripts to not have to worry about it.
Regarding changing the date after the fact, there is no JIRA api way to do this. Manipulating the database directly is not recommended.
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.