Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello
I would like to create a query to filter all the issues I have been assigned to in the past.
I am looking for a PTC Integrity equivalent of JIRA "was".
Any idea?
Kind regards.
Thierry
Solved! Go to Solution.
Not sure what version you are running or when this feature was implemented but in the filter list which is the first option when creating a query you can now select History (by value) so:
You might try histval[assigned user] = 'me' assuming you're items use the assigned user field. This should show you all items where you were an assigned user at some point in the past. Now the challenge perhaps is finding out when you were assigned which would require parsing the history of the item.
Not sure what version you are running or when this feature was implemented but in the filter list which is the first option when creating a query you can now select History (by value) so:
You might try histval[assigned user] = 'me' assuming you're items use the assigned user field. This should show you all items where you were an assigned user at some point in the past. Now the challenge perhaps is finding out when you were assigned which would require parsing the history of the item.
Hi Lance. Do you know how to do the same for Modified by me? I can't select the field Modified by me (this is a calculated field) for query by historical value.
Hi Thierry,
In Integrity 10.5, we have a filter
histuser.anyField was changed by -me-
that should do the job.