Hi,
I'm trying to access field change values using lastFieldHistory() routine and having a problem. It returns the user, date and Field name that is changed but empty values in place of changes. Using the below versions
katl-commons - 3.1.1
The code is below
string[] lastChange = lastFieldHistory(key); string[] ret = "Issue " + key + " was last changed on " + lastChange[1] + " by " + userFullName(lastChange[0]); ret += ": Field " + lastChange[2] + " from >>" + lastChange[3] + "<< to >>" + lastChange[4] + "<<"; return ret; logPrint("INFO", "Change history of Issue is" + lastChange);
Returns the value
Issue RS-33 was last changed on 2015-12-07 17:20:44 by admin|: Field description from >><< to >><< //LogPrint of lastChange array is admin|2015-12-07 17:20:44|description||
Hi,
I've investigated this issue and it doesn't seem to occur on every field (but it does on description, for example).
We're getting the changes from DefaultChangeHistoryManager, and, for description field, for example, we get this:
image2015-12-10 11:6:20.png
As you can see, the values are not registered.
Unfortunately, I don't think the fix is something in our power.
Alexandra
Hi Alexandra, Yes, I see the values are not getting registered. I guess the issue is only with Description and Summary fields. Thank you for the response.
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.