How to get the details about attribute value sand time stamp information using OSLC queries when associate made changes to attribute values through 'Manage project properties' ?
Associates will modify attribute valid values in two ways:
Option1. Directly open the artifact and edit the attribute value and save it.
Option2. Manage project properties -> Attribute Data Types -> Select attribute data type -> Edit the label/value.
My question is if associate make the changes to artifact's attribute value using above mentioned option1 then only artifact's modified date is updating with current date and time. But if we make changes to any attribute value through option 2, I am expecting to see all artifacts which contains the modified attribute value should also get updated with latest modified date but that's not happening in option 2 scenario.
So is there any OSLC query available to get the details about updated attribute values and it's time stamp information for option2.
Thanks for your help!!
One answer
Editing (1) an attribute value for an artifact, and (2) changing the type of an attribute are two totally different things.
If you are changing an attribute type, you are not touching at all the actual attribute value of artifacts which use this attribute type, hence no update of the last modified timestamp, so your expectation is not valid.
And not sure what you are looking for with the OSLC query. Do you want to query for changed attribute types?