<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: New Feature Request (Thread)</title><description> My client has a couple of multi-year projects with a large number of defects (thousands). I have just added some custom fields to help with analysis and populated them with the respective values (via the Bulk Edit capability).  Some of the defects have not been touched in a significant time, but unfortunately, adding the analysis values has set the Last Updated field to yesterday (when I applied the field).  I would like a way of updating records in a way that does not update the Last Updated field, or to reset it after I have made the change. This could be, for example, by adding an attribute to custom fields to indicate that they are not to update Last Updated (they fall into a non-core category, perhaps). </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/announcements/rants-raves/2952.aspx</link><item><guid isPermaLink="false">threadId=2952</guid><author>Colin Main (colin.main@cmat.co.uk)</author><title>New Feature Request</title><description> My client has a couple of multi-year projects with a large number of defects (thousands). I have just added some custom fields to help with analysis and populated them with the respective values (via the Bulk Edit capability).  Some of the defects have not been touched in a significant time, but unfortunately, adding the analysis values has set the Last Updated field to yesterday (when I applied the field).  I would like a way of updating records in a way that does not update the Last Updated field, or to reset it after I have made the change. This could be, for example, by adding an attribute to custom fields to indicate that they are not to update Last Updated (they fall into a non-core category, perhaps). </description><pubDate>Wed, 17 Jul 2024 12:57:04 -0400</pubDate><a10:updated>2026-05-20T08:11:02-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx</link></item><item><guid isPermaLink="false">messageId=6824</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Hi Colin  Im afraid for audit purposes that is not possible through the UI or the API.  You would n</title><description> Hi Colin  Im afraid for audit purposes that is not possible through the UI or the API.  You would need to make any such updates directly in the database (which is not officially supported, but would work in this case).  Regards  David </description><pubDate>Wed, 17 Jul 2024 14:55:21 -0400</pubDate><a10:updated>2024-07-17T14:55:21-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply6824</link></item><item><guid isPermaLink="false">messageId=6948</guid><author>Kenneth Hume (macdonaldfrench7286566@gmail.com)</author><title>  You can execute raw SQL queries to update the fields directly without affecting the timestamps. Th</title><description>  You can execute raw SQL queries to update the fields directly without affecting the timestamps. This method bypasses the ORM and its automatic timestamp handling:  UPDATE your_table SET custom_field = value WHERE condition    space waves         </description><pubDate>Wed, 21 Aug 2024 01:54:46 -0400</pubDate><a10:updated>2024-08-21T01:54:46-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply6948</link></item><item><guid isPermaLink="false">messageId=6949</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><title> I have similar problem.  We have some technical fields that are updated from git/quality control to</title><description> I have similar problem.  We have some technical fields that are updated from git/quality control tools.   First of all, they brake Spiras entity history as it becomes not readable.  Second, yes, I wish Last Updated field not to be changed.   So, I would like to be able to exclude some custom fields from being tracked in a history and from changing Last Updated field. </description><pubDate>Wed, 21 Aug 2024 07:26:51 -0400</pubDate><a10:updated>2024-08-21T07:26:51-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply6949</link></item><item><guid isPermaLink="false">messageId=7014</guid><author>elliot zucker (elliotzucker1@gmail.com)</author><title> It is possible to update the record in a way that does not update the Last Updated field or reset t</title><description> It is possible to update the record in a way that does not update the Last Updated field or reset the field after making changes but the history may still be retained          fish eat fish        </description><pubDate>Tue, 29 Oct 2024 07:51:27 -0400</pubDate><a10:updated>2024-10-29T07:51:27-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7014</link></item><item><guid isPermaLink="false">messageId=7015</guid><author>Kat A (elise.brooks@inflectra.com)</author><title> Hi Elliot,  As David said, for audit purposes that is not possible through the UI or the API.  You </title><description> Hi Elliot,  As David said, for audit purposes that is not possible through the UI or the API.  You would need to make any such updates directly in the database (which is not officially supported, but would work in this case).  Regards,  Kat </description><pubDate>Tue, 29 Oct 2024 13:56:53 -0400</pubDate><a10:updated>2024-10-29T13:56:53-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7015</link></item><item><guid isPermaLink="false">messageId=7157</guid><author>Laverna Whitaker (joellenkimball@hotmail.com)</author><title> It seems like your client is facing a significant challenge with managing large-scale defects effec</title><description> It seems like your client is facing a significant challenge with managing large-scale defects effectively, especially with the unintended update of the Last Updated field. Here are a few potential approaches that might help you resolve this:     Field Category Setup (  cluster rush  ) :  Some platforms allow you to designate fields as non-core or informational. If your current tool supports categorization, you could mark certain fields as exempt from triggering updates to the Last Updated timestamp.     Using API or Scripting:  If the platform youre using has API support or scripting capabilities, you could design a custom function that updates specific fields without modifying the Last Updated property. This would bypass the issue entirely.     Configuration Options:  Explore whether your tool offers settings to exclude particular fields from influencing the Last Updated field. Its possible this feature exists but might require enabling or configuring under advanced settings.     Manual Timestamp Adjustment:  If no automated options exist, you could potentially update the Last Updated field back to its original value manually after bulk edits. While time-consuming, this may be viable for smaller batches.     Engage Tools Support Team:  If none of the above options are available, contacting the support team or community forums for your defect management tool could provide insights on handling this issue or even suggest future enhancements.   </description><pubDate>Fri, 21 Mar 2025 09:40:38 -0400</pubDate><a10:updated>2025-03-21T09:40:38-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7157</link></item><item><guid isPermaLink="false">messageId=7201</guid><author>Jarrett Cantwell (thuhinn1233@gmail.com)</author><title> I found this to be a very practical and useful share in project data management. Mass updates that </title><description> I found this to be a very practical and useful share in project data management. Mass updates that change the Last Updated field can indeed cause confusion about the revision history. </description><pubDate>Thu, 24 Apr 2025 06:21:48 -0400</pubDate><a10:updated>2025-04-24T06:21:48-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7201</link></item><item><guid isPermaLink="false">messageId=7203</guid><author>Jarrett Cantwell (thuhinn1233@gmail.com)</author><title> Quithard1941 I found this to be a very practical and useful share in project data management. Mass </title><description> Quithard1941 I found this to be a very practical and useful share in project data management. Mass updates that change the Last Updated field can indeed cause confusion about the revision history.  </description><pubDate>Thu, 24 Apr 2025 11:38:14 -0400</pubDate><a10:updated>2025-06-05T12:23:55-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7203</link></item><item><guid isPermaLink="false">messageId=7212</guid><author>Michael Arrington (michaelarringtony@gmail.com)</author><title> Mass updates, even for adding valuable custom analysis fields, shouldnt inadvertently skew this imp</title><description> Mass updates, even for adding valuable custom analysis fields, shouldnt inadvertently skew this important data point. </description><pubDate>Tue, 29 Apr 2025 07:58:05 -0400</pubDate><a10:updated>2025-06-05T12:24:02-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7212</link></item><item><guid isPermaLink="false">messageId=7256</guid><author>Kent Chandler (roycarlson56@gmail.com)</author><title> Thats a great point. Bulk edits for analysis shouldnt necessarily alter the Last Updated timestamp,</title><description> Thats a great point. Bulk edits for analysis shouldnt necessarily alter the Last Updated timestamp, especially for long-term tracking. A non-core or metadata-only flag on custom fields sounds like a smart solution. Alternatively, having an option to suppress timestamp updates during certain bulk operations would be really useful. Hopefully the team considers this for a future release-it would definitely help maintain historical accuracy in large datasets. </description><pubDate>Tue, 20 May 2025 09:52:36 -0400</pubDate><a10:updated>2025-06-05T12:28:51-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7256</link></item><item><guid isPermaLink="false">messageId=7269</guid><author>straightforward forward (straightforward.newt.yedd@letterprotect.com)</author><title> The issue Colinmain raises is important for maintaining data integrity! The Last Updated field is o</title><description> The issue Colinmain raises is important for maintaining data integrity! The Last Updated field is often used to track progress, identify missed bugs, or bugs that need to be revisited. Having it updated incorrect by simply by adding analytical fields, would distort the overall picture of bug status. </description><pubDate>Wed, 28 May 2025 07:53:24 -0400</pubDate><a10:updated>2025-06-05T12:29:14-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7269</link></item><item><guid isPermaLink="false">messageId=7280</guid><author>Hailey Nelson (haint.kaia@gmail.com)</author><title> You could suggest adding a silent update option in Bulk Edit or field settings, allowing changes to</title><description> You could suggest adding a silent update option in Bulk Edit or field settings, allowing changes to non-critical fields without modifying the Last Updated timestamp. </description><pubDate>Thu, 05 Jun 2025 08:48:04 -0400</pubDate><a10:updated>2025-06-05T12:29:22-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7280</link></item><item><guid isPermaLink="false">messageId=7329</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><title> We also need a silent update for fields, defined by system admin. Those updates shouldnt affect art</title><description> We also need a silent update for fields, defined by system admin. Those updates shouldnt affect artifacts history. </description><pubDate>Wed, 23 Jul 2025 08:54:54 -0400</pubDate><a10:updated>2025-07-23T08:54:54-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7329</link></item><item><guid isPermaLink="false">messageId=7651</guid><author>Donald Carte (Stevendavid1754@hotmail.com)</author><title> A possible workaround is to use a bulk update method that allows suppressing audit/timestamp change</title><description> A possible workaround is to use a bulk update method that allows suppressing audit/timestamp changes (if your tool supports APIs or background jobs), or to store these analysis values in a separate metadata/analytics layer instead of the core defect record. Otherwise, you may need to re-derive Last Updated from actual issue activity history rather than field edits. </description><pubDate>Wed, 20 May 2026 08:11:02 -0400</pubDate><a10:updated>2026-05-20T08:11:02-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7651</link></item><item><guid isPermaLink="false">messageId=7170</guid><author>Daniel Craig (melted.wildebeest.iidt@letterhaven.net)</author><title> Hi Colin,  You mentioned using Bulk Edit to populate the custom fields, do you find the current Bul</title><description> Hi Colin,  You mentioned using Bulk Edit to populate the custom fields, do you find the current Bulk Edit functionality sufficient for your needs otherwise, or are there specific improvements youd like to see there as well to support your analysis workflow? </description><pubDate>Wed, 09 Apr 2025 08:55:11 -0400</pubDate><a10:updated>2026-05-28T05:36:17-04:00</a10:updated><link>/Support/Forum/announcements/rants-raves/2952.aspx#reply7170</link></item></channel></rss>