Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Query to find issues that was assigned to me

tdalon
12-Amethyst

Query to find issues that was assigned to me

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

ACCEPTED SOLUTION

Accepted Solutions
llambert
12-Amethyst
(To:tdalon)

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.

View solution in original post

3 REPLIES 3
llambert
12-Amethyst
(To:tdalon)

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.

tdalon
12-Amethyst
(To:llambert)

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.

ssaul
15-Moonstone
(To:tdalon)

Hi Thierry,

In Integrity 10.5, we have a filter

histuser.anyField was changed by -me-

that should do the job.

Announcements


Top Tags