How to close epics without updating updated date.

Ankuskum
Contributor
November 7, 2021

Hello All,

I have a requirement to close epics without updating the updated date.

1 answer

0 votes
Thomas Deiler
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 8, 2021

Dear @Ankuskum

interesting requirement. Why do you need to do this?

Anyhow, by using normal issue operations, you can't avoid this. It's the design of Jira to log all changes into the history and update the updatedDate.

But you can alter the DB directly. Not really recommended, because you could mess up everything. Alternatively, you can export your entire Jira to XML backup file, modify the status of your epics and re-import (restore). That's saver than direct DB, because Jira does a validation on import.

If you plan do to this, make a dry-run in a non-productive environment, first.

So long

Thomas

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 8, 2021

Hi @Ankuskum 

Yes, and...to the question from Thomas: what problem are you trying to solve by doing this?

If such unlogged edits were generally possible in Jira, it would break the history of issues, making the log of changes worthless.  You could never rely upon it when you needed it.

I wonder if you have a different need and saw this as a possible solution.  For example, is there some prior issue change that you want to have preserved as the last update date/time?

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer